[Netadm-devel] gwc/include confproc.h,1.5,1.6 message.h,1.6,1.7
Status: Beta
Brought to you by:
linuxpark
From: linuxpark <lin...@us...> - 2006-03-08 15:30:00
|
Update of /cvsroot/netadm/gwc/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12429/include Modified Files: confproc.h message.h Log Message: MOD: FIX: inet_ntoa can't print u32 data in in_addr.s_addr so replaced it with NIPQUAD() DEL: remove redundant two list in _add_fc_ipol. DEL: auto_test() in confproc.h confproc.c message.h sysipc.h script/install.sh Index: message.h =================================================================== RCS file: /cvsroot/netadm/gwc/include/message.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** message.h 7 Mar 2006 04:45:09 -0000 1.6 --- message.h 8 Mar 2006 15:29:55 -0000 1.7 *************** *** 67,74 **** #define INFO_CLI_DUMP_FC_IPOL "dump internal policies of flow control to dump_ipol" - #define INFO_CLI_LIST_AUTO "List the setup config of auto test" - #define INFO_CLI_SET_AUTO "Set the setup config of auto test " - #define INFO_CLI_AUTO_APPLY "Apply the Auto test config" - /* STR_ : normal STRing */ #define STR_STATE "qry_state" --- 67,70 ---- Index: confproc.h =================================================================== RCS file: /cvsroot/netadm/gwc/include/confproc.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** confproc.h 7 Mar 2006 04:45:09 -0000 1.5 --- confproc.h 8 Mar 2006 15:29:55 -0000 1.6 *************** *** 68,75 **** void fc_apply(int argc, char *argv[], int modify, frp_t fr); void dump_fc_ipol(int argc, char *argv[], int modify, frp_t fr); - /* A P A U T O */ - void list_auto(int argc, char *argv[], int modify, frp_t fr); - void set_auto(int argc, char *argv[], int modify, frp_t fr); - void auto_apply(int argc, char *argv[], int modify, frp_t fr); #endif /* __SYS_PROC_H */ --- 68,71 ---- |