Implement UST calibrate and change default
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 67c09692f33ddc72d76b6fbea665b8bf97bdee73..0fb854fbe4d2ffb1c1628987743c9d8ba9278e36 100644 (file)
@@ -173,6 +173,7 @@ void ust_app_ht_alloc(void);
 struct lttng_ht *ust_app_get_ht(void);
 struct ust_app *ust_app_find_by_pid(pid_t pid);
 int ust_app_validate_version(int sock);
+int ust_app_calibrate_glb(struct lttng_ust_calibrate *calibrate);
 
 #else /* HAVE_LIBLTTNG_UST_CTL */
 
@@ -333,6 +334,11 @@ int ust_app_validate_version(int sock)
 {
        return 0;
 }
+static inline
+int ust_app_calibrate_glb(struct lttng_ust_calibrate *calibrate)
+{
+       return 0;
+}
 
 #endif /* HAVE_LIBLTTNG_UST_CTL */
 
This page took 0.024912 seconds and 5 git commands to generate.