X-Git-Url: http://sigaev.ru/git/gitweb.cgi?p=remotetop.git;a=blobdiff_plain;f=top.h;fp=top.h;h=e12f537c3e1d66e145d6481a53b4b70a1d388078;hp=ca89a59be50a51f09113ee3d396702abb366672a;hb=72d828bf3924ad09b92e247c8806447b373c1c64;hpb=e3fdb3b9f9b62a71c2a11b5e27ee47214901a3e2 diff --git a/top.h b/top.h index ca89a59..e12f537 100644 --- a/top.h +++ b/top.h @@ -38,9 +38,9 @@ #define TOPGETTYPE 0x06ED10AD typedef struct { - double load; - int freemem; - int usermem; + double load; + int64_t freemem; + int64_t physmem; } TCMsgTop; typedef struct {