Remove unused UnitInfo->flag field
[remotetop.git] / top.h
diff --git a/top.h b/top.h
index ca89a59..64a8f1b 100644 (file)
--- a/top.h
+++ b/top.h
 #define TOPGETTYPE                     0x06ED10AD
 
 typedef struct {
-        double  load;
-        int     freemem;
-        int     usermem;
+        double         load;
+        int64_t     freemem;
+        int64_t     physmem;
 } TCMsgTop;
 
 typedef struct {
         TCMsgTop        top;
         time_t          stamp;
         struct in_addr  ip;
-        u_int32_t       flag;
 } UnitInfo;
 
 typedef struct {