Mismatching signature of ust_metadata_session_statedump() stub
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry.h
index 77b9a866657c940dde26ab19dc3a9ed748e714eb..2697cf2ecc7e85bad6579a0ca8c1757a7f8d37aa 100644 (file)
@@ -68,6 +68,8 @@ struct ust_registry_session {
        size_t metadata_len, metadata_alloc_len;
        /* Length of bytes sent to the consumer. */
        size_t metadata_len_sent;
+       /* Current version of the metadata. */
+       uint64_t metadata_version;
 
        char root_shm_path[PATH_MAX];
        char shm_path[PATH_MAX];
@@ -352,7 +354,7 @@ void ust_registry_destroy_event(struct ust_registry_channel *chan,
 /* The app object can be NULL for registry shared across applications. */
 static inline
 int ust_metadata_session_statedump(struct ust_registry_session *session,
-               struct ust_app *app)
+               struct ust_app *app, uint32_t major, uint32_t minor)
 {
        return 0;
 }
This page took 0.023152 seconds and 4 git commands to generate.