changed long to int (64 bit system's compatibilty)
[lcr.git] / trace.h
diff --git a/trace.h b/trace.h
index 65d50c4..c0fcab0 100644 (file)
--- a/trace.h
+++ b/trace.h
@@ -114,11 +114,11 @@ struct trace {
        char caller[64];
        char dialing[64];
        int direction;
-       unsigned long sec, usec;
+       unsigned int sec, usec;
        
        /* type */
        int category;
-       unsigned long serial;
+       unsigned int serial;
        char name[64];
 
        /* elements */