Port: Use LTTNG_PATH_MAX instead of PATH_MAX
[lttng-tools.git] / include / lttng / constant.h
index 10f1bf694503fc5e42d9a20632fb5c5c9c2fdce7..00074a2e43ec2ba68c0652f2991ab9b74fd39bf8 100644 (file)
 #define LTTNG_MAX_PID                          INT32_MAX
 #define LTTNG_MAX_PID_STR                      "2147483647"
 
+#define LTTNG_NAME_MAX                         255
+
+#define LTTNG_HOST_NAME_MAX                    64
+
+#define LTTNG_PATH_MAX                         4096
+
 #endif /* LTTNG_CONSTANT_H */
This page took 0.023466 seconds and 4 git commands to generate.