X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-registry-channel.hpp;fp=src%2Fbin%2Flttng-sessiond%2Fust-registry-channel.hpp;h=1e5745aedcfe2fdc4b980315c84414dbfbf4b2cb;hp=e8819812e139aa28062f86dfb9202241cc81f8b5;hb=6d31b87d46a9301fe86d273616ab3d7214d24e65;hpb=34764ec838debdb5fdb59e178b31a44047ea7229 diff --git a/src/bin/lttng-sessiond/ust-registry-channel.hpp b/src/bin/lttng-sessiond/ust-registry-channel.hpp index e8819812e..1e5745aed 100644 --- a/src/bin/lttng-sessiond/ust-registry-channel.hpp +++ b/src/bin/lttng-sessiond/ust-registry-channel.hpp @@ -55,12 +55,6 @@ public: uint64_t _key; uint64_t _consumer_key; - /* - * Flag for this channel if the metadata was dumped once during - * registration. 0 means no, 1 yes. - */ - unsigned int _metadata_dumped; - /* * Hash table containing events sent by the UST tracer. MUST be accessed * with a RCU read side lock acquired.