X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread-internal.h;h=e217995f56635c13efffb70f3f5b8eea9f7ecd18;hp=397159da7ef6c863ea63515b0b17e35b4c6f566e;hb=83b934ad2222dc44bb58fee7157e63b29c300a13;hpb=1eee26c5877ee16e13aa7106f479dd352b1554e1 diff --git a/src/bin/lttng-sessiond/notification-thread-internal.h b/src/bin/lttng-sessiond/notification-thread-internal.h index 397159da7..e217995f5 100644 --- a/src/bin/lttng-sessiond/notification-thread-internal.h +++ b/src/bin/lttng-sessiond/notification-thread-internal.h @@ -53,6 +53,8 @@ struct session_info { /* Identifier of the currently ongoing rotation. */ uint64_t id; } rotation; + /* call_rcu delayed reclaim. */ + struct rcu_head rcu_node; }; struct channel_info { @@ -68,6 +70,8 @@ struct channel_info { struct cds_lfht_node channels_ht_node; /* Node in the session_info's channels_ht. */ struct cds_lfht_node session_info_channels_ht_node; + /* call_rcu delayed reclaim. */ + struct rcu_head rcu_node; }; #endif /* NOTIFICATION_THREAD_INTERNAL_H */