> On the other hand, if you intend to have same client-side tests of the > broadcast mechanism, you should create an API for the new functionality > (using IPC on the inetsrv side and wrapper functions on the libc side) and > then implement a test in uspace/app. You need to create the API eventually.
Yes, that's exactly what I'm trying to do, thanks! > > By the way, are these functions (in uspace/srv/inet/inetsrv) meant to be >> called directly, or through IPC subsystem? >> > > Of course through IPC. > > > From the source code, it looks like the former >> > > Really? Which functions from inetsrv are called directly (and how) from > somewhere else? > inet (uspace/app/inet.c) calls inetcfg_* functions directly (I suppose they are part of inetsrv because of their placement). Regards, Jana Rapava
_______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
