Port: Use LTTNG_PATH_MAX instead of PATH_MAX
[lttng-tools.git] / include / lttng / constant.h
index edf4c3a8dd97d9b189aae0d4779418fe1f17dc09..00074a2e43ec2ba68c0652f2991ab9b74fd39bf8 100644 (file)
@@ -56,4 +56,8 @@
 
 #define LTTNG_NAME_MAX                         255
 
+#define LTTNG_HOST_NAME_MAX                    64
+
+#define LTTNG_PATH_MAX                         4096
+
 #endif /* LTTNG_CONSTANT_H */
This page took 0.023876 seconds and 4 git commands to generate.