fixed partyline-conference handling
[lcr.git] / trace.h
diff --git a/trace.h b/trace.h
index 54fdefe..b7a4720 100644 (file)
--- a/trace.h
+++ b/trace.h
@@ -27,7 +27,7 @@ struct trace {
        
        /* type */
        int category;
-       int serial;
+       unsigned long serial;
        char name[64];
 
        /* elements */
@@ -39,6 +39,7 @@ struct trace {
 
 #define        CATEGORY_CH     0x01
 #define        CATEGORY_EP     0x02
+//#define CATEGORY_BC  0x04 check lcradmin help
 
 
 void start_trace(int port, struct interface *interface, char *caller, char *dialing, int direction, int category, int serial, char *name);