X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Flttngtoptypes.h;h=382fad5431baa3e755acef929d936d4577f86df4;hb=6c7065a7d4c9d1a0e4d64201c7aa0b18bf63b255;hp=21e65a2aea6b0bac4e1f5dc3db3258e116b5ad50;hpb=ea5d1dc99544231b4e2085ad706fcc1fa6260faa;p=lttngtop.git diff --git a/src/lttngtoptypes.h b/src/lttngtoptypes.h index 21e65a2..382fad5 100644 --- a/src/lttngtoptypes.h +++ b/src/lttngtoptypes.h @@ -43,7 +43,7 @@ struct processtop { unsigned int puuid; int pid; char *comm; - char *hostname; + struct host *host; int tid; int ppid; int vpid; @@ -190,8 +190,9 @@ struct kprobes { int count; }; -struct hosts { +struct host { char *hostname; + int filter; }; #endif /* LTTNGTOPTYPES_H */