Add missing ust_app_regenerate_statedump_all stub
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 6 Jul 2016 19:30:45 +0000 (15:30 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 6 Jul 2016 19:59:56 +0000 (15:59 -0400)
This allows the build to succeed in --without-lttng-ust mode.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-app.h

index a55471ec7b13c56a45f9cb77b17889a5cf11860d..3b5d6ae9a5f814fc205ef96a1dfa53334fcdd7d4 100644 (file)
@@ -585,6 +585,12 @@ int ust_app_pid_get_channel_runtime_stats(struct ltt_ust_session *usess,
        return 0;
 }
 
+static inline
+int ust_app_regenerate_statedump_all(struct ltt_ust_session *usess)
+{
+       return 0;
+}
+
 #endif /* HAVE_LIBLTTNG_UST_CTL */
 
 #endif /* _LTT_UST_APP_H */
This page took 0.027001 seconds and 5 git commands to generate.