X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread-commands.h;h=0aceb177563ec29eb4deef7510f15008593c5f79;hp=8885d4faf57d639965b3f5326c50d81a9ba7099d;hb=0fe4c3bf415eef3325b53383cbc3bc087db55d7f;hpb=5b457b90918a582c65c0a04285f3368c900799fa diff --git a/src/bin/lttng-sessiond/notification-thread-commands.h b/src/bin/lttng-sessiond/notification-thread-commands.h index 8885d4faf..0aceb1775 100644 --- a/src/bin/lttng-sessiond/notification-thread-commands.h +++ b/src/bin/lttng-sessiond/notification-thread-commands.h @@ -48,6 +48,8 @@ struct channel_info { char *channel_name; uint64_t capacity; struct cds_lfht_node channels_ht_node; + /* call_rcu delayed reclaim. */ + struct rcu_head rcu_node; }; struct notification_thread_command {