Port: Use LTTNG_NAME_MAX instead of NAME_MAX
[lttng-tools.git] / include / lttng / constant.h
index 10f1bf694503fc5e42d9a20632fb5c5c9c2fdce7..edf4c3a8dd97d9b189aae0d4779418fe1f17dc09 100644 (file)
@@ -54,4 +54,6 @@
 #define LTTNG_MAX_PID                          INT32_MAX
 #define LTTNG_MAX_PID_STR                      "2147483647"
 
+#define LTTNG_NAME_MAX                         255
+
 #endif /* LTTNG_CONSTANT_H */
This page took 0.023153 seconds and 4 git commands to generate.