Module Name: src Committed By: pooka Date: Thu Dec 30 16:19:39 UTC 2010
Modified Files: src/sys/rump/librump/rumpnet: netisr.c Log Message: Refetch netisr function pointers with dlsym(). This gives the desired values in case the components containing the netisr handlers were not linked in but dlopen()'d before calling rump_init(). (could simplify a little in case static linking is declared dead) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/rump/librump/rumpnet/netisr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.