X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=1b36496da2435ab090f652d4c7ebbfafe3e1ead5;hb=61ba6b6dc790245afa7fbec89a9811f6c7603b00;hp=8369d149cf59d0902e31de83e99b7377ad792d01;hpb=c25613651ac7525a16b9877230a682fc1a64e036;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index 8369d149c..1b36496da 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -85,6 +85,8 @@ struct lttng_ht *ust_app_ht; /* * Global applications HT used by the session daemon. This table is indexed by * socket using the sock_n node and sock value of an ust_app. + * + * The 'sock' in question here is the 'command' socket. */ struct lttng_ht *ust_app_ht_by_sock; @@ -157,6 +159,7 @@ struct ust_app_channel { struct lttng_ht *events; uint64_t tracefile_size; uint64_t tracefile_count; + uint64_t monitor_timer_interval; /* * Node indexed by channel name in the channels' hash table of a session. */ @@ -328,7 +331,6 @@ void ust_app_global_update_all(struct ltt_ust_session *usess); void ust_app_clean_list(void); int ust_app_ht_alloc(void); struct ust_app *ust_app_find_by_pid(pid_t pid); -int ust_app_calibrate_glb(struct lttng_ust_calibrate *calibrate); struct ust_app_stream *ust_app_alloc_stream(void); int ust_app_recv_registration(int sock, struct ust_register_msg *msg); int ust_app_recv_notify(int sock); @@ -497,11 +499,6 @@ int ust_app_enable_event_pid(struct ltt_ust_session *usess, return 0; } static inline -int ust_app_calibrate_glb(struct lttng_ust_calibrate *calibrate) -{ - return 0; -} -static inline int ust_app_recv_registration(int sock, struct ust_register_msg *msg) { return 0; @@ -584,8 +581,9 @@ int ust_app_pid_get_channel_runtime_stats(struct ltt_ust_session *usess, { return 0; } + static inline -int ust_app_regenerate_metadata_all(struct ltt_ust_session *usess) +int ust_app_regenerate_statedump_all(struct ltt_ust_session *usess) { return 0; }