X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=b4c9aeafd135002c189a1c27e50a5c29a9cc53b2;hp=650397adaf6a6f815b14a9c50da5690565ef6c0e;hb=51230d709a394904ee9c449c26d645e737c4af94;hpb=bc89445574c5bef2a905f213c3a615ea559bd4c8 diff --git a/src/common/consumer.h b/src/common/consumer.h index 650397ada..b4c9aeafd 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -85,6 +85,8 @@ enum consumer_channel_type { CONSUMER_CHANNEL_TYPE_DATA = 1, }; +extern struct lttng_consumer_global_data consumer_data; + struct stream_list { struct cds_list_head head; unsigned int count; @@ -531,5 +533,6 @@ int consumer_send_status_channel(int sock, struct lttng_consumer_channel *channel); void notify_thread_del_channel(struct lttng_consumer_local_data *ctx, uint64_t key); +void consumer_destroy_relayd(struct consumer_relayd_sock_pair *relayd); #endif /* LIB_CONSUMER_H */