[Netadm-devel] gwc/gwcadmd main.c,1.9,1.10
Status: Beta
Brought to you by:
linuxpark
From: linuxpark <lin...@us...> - 2006-03-07 17:04:55
|
Update of /cvsroot/netadm/gwc/gwcadmd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15510/gwcadmd Modified Files: main.c Log Message: FIX: FIX: index mapping : ugly index stemed from _CMD_SND_FC_RET=0 sys_ucmd_e must be matched with ucmdtab [] FIX: ugly condition: process except gwcadmd must communicate with gwcadmd using IPC. REMAIN: user layer ( apply_fc ), kernel layer (pf) Index: main.c =================================================================== RCS file: /cvsroot/netadm/gwc/gwcadmd/main.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** main.c 7 Mar 2006 04:45:08 -0000 1.9 --- main.c 7 Mar 2006 17:04:51 -0000 1.10 *************** *** 1119,1122 **** --- 1119,1123 ---- } + out ("%d message received\n", ipcmsg->type); switch ( ipcmsg->type ) { |