X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=df002f81a606c62f75db59bf23d752ec29743e62;hp=9981856feeca8734a428951418c34c7e2f380e96;hb=ca22feea083301934d1c8511851c86fb008c0697;hpb=aefea3b7b1a1e7255becc0de1b0eac73d6798bed diff --git a/src/common/consumer.h b/src/common/consumer.h index 9981856fe..df002f81a 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -414,5 +414,6 @@ int consumer_add_relayd_socket(int net_seq_idx, int sock_type, struct pollfd *consumer_sockpoll, struct lttcomm_sock *relayd_sock); void consumer_flag_relayd_for_destroy( struct consumer_relayd_sock_pair *relayd); +int consumer_data_available(uint64_t id); #endif /* LIB_CONSUMER_H */