X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.h;h=a8fd6408aa68540fc109dbdeec8e5dc17b4003fc;hb=17bb07b445acdef0034194bdcebe113988a8db60;hp=87ed322be43bec8f4e0ccdd3d28c8c430c820b85;hpb=0e4b45ace8b034dc4352a30d89b74f5e59e2e27d;p=ust.git diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index 87ed322..a8fd640 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -20,8 +20,9 @@ #include #include +#include -#include "kcompat.h" +#include #include "multipoll.h" #define SOCK_DIR "/tmp/ust-app-socks" @@ -64,8 +65,6 @@ struct ustcomm_multipoll_conn_info { int (*cb)(char *msg, struct ustcomm_source *src); }; -extern char *strdup_malloc(const char *s); - //int send_message_pid(pid_t pid, const char *msg, char **reply); extern int ustcomm_request_consumer(pid_t pid, const char *channel);