Move 'enum lttng_client_types' to private headers
[lttng-ust.git] / include / lttng / ust-events.h
index c383bf65b8b557311aa4ad6ab00ab07401df7034..68f2a70acaf264054d07b51409daadf6617f48a2 100644 (file)
@@ -53,19 +53,6 @@ struct lttng_event_notifier_group;
  * tracer. Those structures have padding for future extension.
  */
 
-/*
- * LTTng client type enumeration. Used by the consumer to map the
- * callbacks from its own address space.
- */
-enum lttng_client_types {
-       LTTNG_CLIENT_METADATA = 0,
-       LTTNG_CLIENT_DISCARD = 1,
-       LTTNG_CLIENT_OVERWRITE = 2,
-       LTTNG_CLIENT_DISCARD_RT = 3,
-       LTTNG_CLIENT_OVERWRITE_RT = 4,
-       LTTNG_NR_CLIENT_TYPES,
-};
-
 /* Type description */
 
 /* Update the astract_types name table in lttng-types.c along with this enum */
This page took 0.023283 seconds and 4 git commands to generate.