X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fconsumer%2Fconsumer-timer.h;h=bf1649cad7cb926388556bbd49029c51fccb9835;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=084eb017d522e4d94f6fdf4967cb5481eb2627ef;hpb=657d1bf105996bf8f6e13af697fb1112afa61b28;p=lttng-tools.git diff --git a/src/common/consumer/consumer-timer.h b/src/common/consumer/consumer-timer.h index 084eb017d..bf1649cad 100644 --- a/src/common/consumer/consumer-timer.h +++ b/src/common/consumer/consumer-timer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Julien Desfossez + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011 Mathieu Desnoyers * Copyright (C) 2012 David Goulet * @@ -14,10 +14,6 @@ #include "consumer.h" -#ifdef __cplusplus -extern "C" { -#endif - #define LTTNG_CONSUMER_SIG_SWITCH SIGRTMIN + 10 #define LTTNG_CONSUMER_SIG_TEARDOWN SIGRTMIN + 11 #define LTTNG_CONSUMER_SIG_LIVE SIGRTMIN + 12 @@ -57,8 +53,4 @@ int consumer_flush_ust_index(struct lttng_consumer_stream *stream); int consumer_timer_thread_get_channel_monitor_pipe(void); int consumer_timer_thread_set_channel_monitor_pipe(int fd); -#ifdef __cplusplus -} -#endif - #endif /* CONSUMER_TIMER_H */