Module Name: src Committed By: pooka Date: Wed Apr 23 16:17:55 UTC 2014
Modified Files: src/sys/rump/librump/rumpkern: rump.c rump_private.h Log Message: Include LIST_ENTRY() in "struct rump_component". Main benefit: rump_component_load() can now be called from an early-running constructor since the routine doesn't need to allocate memory. To generate a diff of this commit: cvs rdiff -u -r1.294 -r1.295 src/sys/rump/librump/rumpkern/rump.c cvs rdiff -u -r1.81 -r1.82 src/sys/rump/librump/rumpkern/rump_private.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.