lib: bt_graph_create(): accept MIP version
[babeltrace.git] / include / babeltrace2 / util.h
index d8878545878402a81b874773c47a430c0437263a..8d9585c3288b07a03c6aee6187eb3d518e28240f 100644 (file)
@@ -2,7 +2,7 @@
 #define BABELTRACE2_UTIL_H
 
 /*
- * Copyright (c) 2015-2018 Philippe Proulx <pproulx@efficios.com>
+ * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -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.032886 seconds and 4 git commands to generate.