Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



On Tue, Nov 30, 2010 at 3:23 PM, Antti Kantee <pooka%netbsd.org@localhost> 
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


Home | Main Index | Thread Index | Old Index