Cleanup: ust-abi: BITNESS_{32,64}BITS -> BITNESS_{32,64}
[deliverable/lttng-ust.git] / include / lttng / ust-abi.h
index b00dbb442143f2e06cbd41c17eaf49bdd08f2146..b1cd9b3d2a310f7f578e33e041cea4745ed80c0a 100644 (file)
@@ -105,13 +105,13 @@ struct lttng_ust_stream {
 
 
 enum lttng_ust_counter_arithmetic {
-    LTTNG_UST_COUNTER_ARITHMETIC_MODULAR = 0,
-    LTTNG_UST_COUNTER_ARITHMETIC_SATURATION = 1,
+       LTTNG_UST_COUNTER_ARITHMETIC_MODULAR = 0,
+       LTTNG_UST_COUNTER_ARITHMETIC_SATURATION = 1,
 };
 
 enum lttng_ust_counter_bitness {
-    LTTNG_UST_COUNTER_BITNESS_32BITS = 4,
-    LTTNG_UST_COUNTER_BITNESS_64BITS = 8,
+       LTTNG_UST_COUNTER_BITNESS_32 = 4,
+       LTTNG_UST_COUNTER_BITNESS_64 = 8,
 };
 
 struct lttng_ust_counter_dimension {
@@ -154,11 +154,11 @@ struct lttng_ust_event {
        } u;
 } LTTNG_PACKED;
 
-#define LTTNG_UST_EVENT_NOTIFIER_PADDING1      16
+#define LTTNG_UST_EVENT_NOTIFIER_PADDING       32
 struct lttng_ust_event_notifier {
        struct lttng_ust_event event;
        uint64_t error_counter_index;
-       char padding[LTTNG_UST_EVENT_NOTIFIER_PADDING1];
+       char padding[LTTNG_UST_EVENT_NOTIFIER_PADDING];
 } LTTNG_PACKED;
 
 #define LTTNG_EVENT_NOTIFIER_NOTIFICATION_PADDING 32
This page took 0.025207 seconds and 5 git commands to generate.