Update of /cvsroot/netadm/npt/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5696/include
Modified Files:
global.h sysdef.h
Log Message:
MOD:
modify name of some variable or path. because this program first was developed
for wibro network or wireless. but now, i think this is mainly for lan.
so modified some names
Index: sysdef.h
===================================================================
RCS file: /cvsroot/netadm/npt/include/sysdef.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** sysdef.h 23 Feb 2006 19:44:33 -0000 1.1.1.1
--- sysdef.h 23 Feb 2006 20:19:18 -0000 1.2
***************
*** 111,115 ****
double latency; /* Elapsed time per one packet going to a receiver
in case there is no lost */
! } wibro_ptest_result_t;
typedef struct {
--- 111,115 ----
double latency; /* Elapsed time per one packet going to a receiver
in case there is no lost */
! } ptest_result_t;
typedef struct {
***************
*** 126,139 ****
int seq; // jpkim
! } wibro_autoptest_result_t;
typedef struct {
char ret[OL / 4];
! wibro_ptest_result_t result;
} sys_pkg_result_t;
typedef struct {
char ret[OL / 4];
! wibro_autoptest_result_t result;
} sys_pkg_autoresult_t;
--- 126,139 ----
int seq; // jpkim
! } autoptest_result_t;
typedef struct {
char ret[OL / 4];
! ptest_result_t result;
} sys_pkg_result_t;
typedef struct {
char ret[OL / 4];
! autoptest_result_t result;
} sys_pkg_autoresult_t;
***************
*** 159,163 ****
u_int32_t tcp_advmss;
u_int32_t tcp_reordering;
! } wibro_ptest_tcpinfo_t;
/* type */
--- 159,163 ----
u_int32_t tcp_advmss;
u_int32_t tcp_reordering;
! } ptest_tcpinfo_t;
/* type */
Index: global.h
===================================================================
RCS file: /cvsroot/netadm/npt/include/global.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** global.h 23 Feb 2006 19:44:33 -0000 1.1.1.1
--- global.h 23 Feb 2006 20:19:18 -0000 1.2
***************
*** 51,56 ****
/* exe, config file path - end */
#define SZFWCSSFRTLD "/tmp/.SYS_RTLD"
! #define SZSYSIPC "/tmp/.WIBRO_NPT_IPC_START"
! #define SZIPC_WIBRO_TO_NPT "/tmp/.wibro_to_npt"
#define SYSCMAXLINE 256
#define SYSCOKSTR "OK"
--- 51,56 ----
/* exe, config file path - end */
#define SZFWCSSFRTLD "/tmp/.SYS_RTLD"
! #define SZSYSIPC "/tmp/.NPT_IPC_START"
! #define SZIPC_OTHER_TO_NPT "/tmp/.other_to_npt"
#define SYSCMAXLINE 256
#define SYSCOKSTR "OK"
|