lib: msg. iter. inactivity message has a simple CS, not a default CS
[babeltrace.git] / src / python-plugin-provider / python-plugin-provider.c
index 11a7482133a5f590999a85ccea71ba42236d8720..71bedfc389bbaf9f8e34a1db851e13500712e92c 100644 (file)
@@ -49,7 +49,7 @@
 #define PYTHON_PLUGIN_FILE_EXT         ".py"
 #define PYTHON_PLUGIN_FILE_EXT_LEN     (sizeof(PYTHON_PLUGIN_FILE_EXT) - 1)
 
-enum python_state {
+static enum python_state {
        /* init_python() not called yet */
        PYTHON_STATE_NOT_INITED,
 
@@ -143,7 +143,7 @@ int init_python(void)
                ret = BT_FUNC_STATUS_ERROR;
                goto end;
        default:
-               abort();
+               bt_common_abort();
        }
 
        /*
This page took 0.02255 seconds and 4 git commands to generate.