X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fdefaults.h;h=5ab63d050712e5c5f8641dd4b90f37a74dac1c82;hp=3fd74753f1b3c48495da65082e4e2532b81af66c;hb=8809eec0bb55b03862cb1eb128eb39d50104c258;hpb=44a5e5eb99f1d8b528f83fda5585677a3882f5f5 diff --git a/src/common/defaults.h b/src/common/defaults.h index 3fd74753f..5ab63d050 100644 --- a/src/common/defaults.h +++ b/src/common/defaults.h @@ -127,4 +127,11 @@ #define DEFAULT_NETWORK_CONTROL_PORT 5342 #define DEFAULT_NETWORK_DATA_PORT 5343 +/* + * If a thread stalls for this amount of time, it will be considered bogus (bad + * health). + */ +#define DEFAULT_HEALTH_CHECK_DELTA_S 20 +#define DEFAULT_HEALTH_CHECK_DELTA_NS 0 + #endif /* _DEFAULTS_H */