Add BT_CTF_INTEGER_BASE_UNSPECIFIED
[babeltrace.git] / include / babeltrace / ctf-ir / field-types-internal.h
index 4c21cbd47457cf56be4ab3da3cd0980d804f864c..f408f50b7f3727105305949ba6536d320b2715c2 100644 (file)
@@ -291,6 +291,8 @@ const char *bt_ctf_integer_base_string(enum bt_ctf_integer_base base)
        switch (base) {
        case BT_CTF_INTEGER_BASE_UNKNOWN:
                return "BT_CTF_INTEGER_BASE_UNKNOWN";
+       case BT_CTF_INTEGER_BASE_UNSPECIFIED:
+               return "BT_CTF_INTEGER_BASE_UNSPECIFIED";
        case BT_CTF_INTEGER_BASE_BINARY:
                return "BT_CTF_INTEGER_BASE_BINARY";
        case BT_CTF_INTEGER_BASE_OCTAL:
This page took 0.024454 seconds and 4 git commands to generate.