On 09/07/14 12:15, Justin Cormack wrote: > Any comments on this? > > The options seem to be > 1. export these functions in a saner namespace eg rumpfiber_schedule, > rumpfiber_set_sched_hook > 2. incorporate the _lwp.c code into here, and export the _lwp > functions (in some namespace) > 3. Decide what to do later
I think "2" is a good goal, but it requires figuring out how to have the NetBSD userspace headers available when building librumpuser. For now I'd go for a combination of 1 and 3. We can pretend that the symbols aren't really exported, but _lwp.c manages to use them due to some bug ;) ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
