From: Mathieu Desnoyers Date: Thu, 12 Jan 2012 18:53:15 +0000 (-0500) Subject: Remove leftover structure in ust-abi.h X-Git-Tag: v1.9.5~20 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=e15372592f425ecfdda7f8260b4bc33db9623459;p=lttng-ust.git Remove leftover structure in ust-abi.h Signed-off-by: Mathieu Desnoyers --- diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index 6a15e0dd..e502f729 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -51,14 +51,7 @@ struct lttng_ust_channel { enum lttng_ust_output output; /* output mode */ }; -/* - * This structure is only used internally within UST. It is not per-se - * part of the communication between sessiond and UST. - */ struct lttng_ust_stream { - int shm_fd; - int wait_fd; - uint64_t memory_map_size; }; struct lttng_ust_event {