On Tue, Nov 30, 2010 at 3:23 PM, Antti Kantee <po...@netbsd.org> wrote: > Module Name: src > Committed By: pooka > Date: Tue Nov 30 14:23:24 UTC 2010 > > Modified Files: > src/lib/librumpuser: Makefile > src/sys/rump/include/rump: rump.h rumpuser.h > src/sys/rump/librump/rumpkern: rump.c > Added Files: > src/lib/librumpuser: rumpuser_daemonize.c > > Log Message: > Require server to be explicitly initialized with rump_init_server(url). > Also, add rump_daemonize_begin() / rump_daemonize_end() to help > with the "can't daemon() after pthread_create()" problem. Applications > could accomplish the same, but since it's such a common operation, > provide a little help.
Can you show some small example how rump server should look like now ? Just replace rump_init with rump_init_server ? and RUMP_SP_PATH is in url > > > To generate a diff of this commit: > cvs rdiff -u -r1.4 -r1.5 src/lib/librumpuser/Makefile > cvs rdiff -u -r0 -r1.1 src/lib/librumpuser/rumpuser_daemonize.c > cvs rdiff -u -r1.48 -r1.49 src/sys/rump/include/rump/rump.h > cvs rdiff -u -r1.53 -r1.54 src/sys/rump/include/rump/rumpuser.h > cvs rdiff -u -r1.206 -r1.207 src/sys/rump/librump/rumpkern/rump.c > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files. > > -- Regards. Adam