lib: rename all `*_STATUS_OVERFLOW` -> `*_STATUS_OVERFLOW_ERROR`
[babeltrace.git] / include / babeltrace2 / util.h
index 0650d60359d02fdfff1dab1b44f2da2e28d30064..8d9585c3288b07a03c6aee6187eb3d518e28240f 100644 (file)
@@ -35,7 +35,7 @@ extern "C" {
 
 typedef enum bt_util_status {
        BT_UTIL_STATUS_OK = 0,
-       BT_UTIL_STATUS_OVERFLOW = -75,
+       BT_UTIL_STATUS_OVERFLOW_ERROR = -75,
 } bt_util_status;
 
 bt_util_status bt_util_clock_cycles_to_ns_from_origin(uint64_t cycles,
This page took 0.022839 seconds and 4 git commands to generate.