X-Git-Url: https://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=libustcomm%2Fustcomm.c;h=5dfd2a8c946183649dd529f67057c3e3ef74c063;hp=c76413861cb418cf142c75b14192d85e1216b5a5;hb=dff06a58d6f9b7b6bf9cbebe455b7403096eb78d;hpb=0e4b45ace8b034dc4352a30d89b74f5e59e2e27d diff --git a/libustcomm/ustcomm.c b/libustcomm/ustcomm.c index c764138..5dfd2a8 100644 --- a/libustcomm/ustcomm.c +++ b/libustcomm/ustcomm.c @@ -37,22 +37,6 @@ #define UNIX_PATH_MAX 108 -#define MSG_MAX 10000 - -/* FIXME: ustcomm blocks on message sending, which might be problematic in - * some cases. Fix the poll() usage so sends are buffered until they don't - * block. - */ - -//static void bt(void) -//{ -// void *buffer[100]; -// int result; -// -// result = backtrace(&buffer, 100); -// backtrace_symbols_fd(buffer, result, STDERR_FILENO); -//} - static int mkdir_p(const char *path, mode_t mode) { const char *path_p;