X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Flttngtoptypes.h;h=382fad5431baa3e755acef929d936d4577f86df4;hb=12a91e9dd6c9cc18989351762d19ed1e69fe627c;hp=43b3381b1777110c771099741f8908d3d6e43b9f;hpb=246d59926e23f5cdf6f017ae7544f2582b666ef7;p=lttngtop.git diff --git a/src/lttngtoptypes.h b/src/lttngtoptypes.h index 43b3381..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,4 +190,9 @@ struct kprobes { int count; }; +struct host { + char *hostname; + int filter; +}; + #endif /* LTTNGTOPTYPES_H */