lib: strictly type function return status enumerations
[babeltrace.git] / include / babeltrace2 / graph / graph-const.h
index c2dd64cd27ca8a3835b08dd67acee23fadae6a04..34abb3b5f4057eed2a7199cba5b7e8c0fb042fda 100644 (file)
 extern "C" {
 #endif
 
-typedef enum bt_graph_status {
-       BT_GRAPH_STATUS_OK = 0,
-       BT_GRAPH_STATUS_END = 1,
-       BT_GRAPH_STATUS_AGAIN = 11,
-       BT_GRAPH_STATUS_COMPONENT_REFUSES_PORT_CONNECTION = 111,
-       BT_GRAPH_STATUS_CANCELED = 125,
-       BT_GRAPH_STATUS_ERROR = -1,
-       BT_GRAPH_STATUS_NOMEM = -12,
-} bt_graph_status;
-
 extern bt_bool bt_graph_is_canceled(const bt_graph *graph);
 
 extern void bt_graph_get_ref(const bt_graph *graph);
This page took 0.023627 seconds and 4 git commands to generate.