From e15372592f425ecfdda7f8260b4bc33db9623459 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 12 Jan 2012 13:53:15 -0500 Subject: [PATCH] Remove leftover structure in ust-abi.h Signed-off-by: Mathieu Desnoyers --- include/lttng/ust-abi.h | 7 ------- 1 file changed, 7 deletions(-) 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 { -- 2.34.1