Fix: Mismatching return type in ust_app_ht_alloc() stub
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 2d3695cef67459315104e0bc5cef9c6f7547f699..dc636777eac1a8a411fa0a04d4ce6cdfb11c2455 100644 (file)
@@ -410,8 +410,10 @@ struct ust_app *ust_app_get_by_pid(pid_t pid)
        return NULL;
 }
 static inline
-void ust_app_ht_alloc(void)
-{}
+int ust_app_ht_alloc(void)
+{
+       return 0;
+}
 static inline
 void ust_app_global_update(struct ltt_ust_session *usess, int sock)
 {}
This page took 0.023733 seconds and 5 git commands to generate.