Add register done command
[lttng-ust.git] / include / lttng-ust-comm.h
index b73657eca2f4dfe97ddaa74d2bb8c793277df147..0ae99ab4d01c214025ab16943f959caee1f7104f 100644 (file)
 #include <lttng/lttng.h>
 #include <ust/lttng-ust-abi.h>
 
+/*
+ * TODO: allow override of constructor timeout with an environment
+ * variable.
+ */
+#define LTTNG_UST_DEFAULT_CONSTRUCTOR_TIMEOUT_S                3
+#define LTTNG_UST_DEFAULT_CONSTRUCTOR_TIMEOUT_NS       0
+
 #define LTTNG_RUNDIR                        "/var/run/lttng"
 
 /* Default unix socket path */
This page took 0.024526 seconds and 4 git commands to generate.