Fix: incorrect time unit used when waiting on destruction handle
[lttng-tools.git] / src / common / defaults.h
index 08bbb64b91a30a58ff3ef2c3adab4998205fb7c4..183e315183356c1ebca2f5a8d4f65beea7dbc1b2 100644 (file)
  * Wait period before retrying the lttng_data_pending command in the lttng
  * stop command of liblttng-ctl.
  */
-#define DEFAULT_DATA_AVAILABILITY_WAIT_TIME 200000  /* usec */
+#define DEFAULT_DATA_AVAILABILITY_WAIT_TIME_US 200000  /* usec */
 
 /*
  * Wait period before retrying the lttng_consumer_flushed_cache when
This page took 0.023784 seconds and 4 git commands to generate.