X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Flttngtoptypes.h;h=382fad5431baa3e755acef929d936d4577f86df4;hp=21e65a2aea6b0bac4e1f5dc3db3258e116b5ad50;hb=6e11e0d0eebdfe842bc7153ad9e28947b3cb3365;hpb=ea5d1dc99544231b4e2085ad706fcc1fa6260faa 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 */