ossp-pkg/l2/l2_p.h 1.5 -> 1.6
--- l2_p.h 2001/08/15 10:36:03 1.5
+++ l2_p.h 2001/08/26 13:01:45 1.6
@@ -36,6 +36,7 @@
#define L2_MAX_MSGSIZE 4096
#define L2_MAX_CHANNELS 128
#define L2_MAX_FORMATTERS 128
+#define L2_MAX_STRING 256
typedef enum {
L2_CHSTATE_CREATED,
@@ -67,6 +68,8 @@
#define _va_type_cast_char char
#define _va_type_recv_short int
#define _va_type_cast_short short
+#define _va_type_recv_ushort int
+#define _va_type_cast_ushort short
#define _va_type_recv_int int
#define _va_type_cast_int int
#define _va_type_recv_long long
|
|