inet (uspace/app/inet.c) calls inetcfg_* functions directly (I suppose they are part of inetsrv because of their placement).
Yes, but it does not call the functions implemented in srv/net/inetsrv/inetcfg.c (a.k.a. the inetsrv server), it calls functions implemented in lib/c/generic/inetcfg.c (a.k.a. the libc library).
Of course, in the end of the day the service is implemented in the inetsrv server. But inet does not call directly to inetsrv, because those are separate tasks not linked together.
M.D. _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
