standardize on flush buffer (no plural)
[lttng-ust.git] / include / ust / lttng-events.h
index 6bb4e8cce10ef1b89b791a262b89a0f1cbc42387..05140c5f903afbbceb2c94525a36fb320cec7a9b 100644 (file)
@@ -235,6 +235,7 @@ struct ltt_channel_ops {
        //wait_queue_head_t *(*get_hp_wait_queue)(struct channel *chan);
        int (*is_finalized)(struct channel *chan);
        int (*is_disabled)(struct channel *chan);
+       int (*flush_buffer)(struct channel *chan, struct shm_handle *handle);
 };
 
 struct ltt_channel {
@@ -321,7 +322,10 @@ void lttng_remove_context_field(struct lttng_ctx **ctx_p,
                                struct lttng_ctx_field *field);
 void lttng_destroy_context(struct lttng_ctx *ctx);
 int lttng_add_vtid_to_ctx(struct lttng_ctx **ctx);
+int lttng_add_vpid_to_ctx(struct lttng_ctx **ctx);
 int lttng_add_pthread_id_to_ctx(struct lttng_ctx **ctx);
+int lttng_add_procname_to_ctx(struct lttng_ctx **ctx);
 void lttng_context_vtid_reset(void);
+void lttng_context_vpid_reset(void);
 
 #endif /* _UST_LTTNG_EVENTS_H */
This page took 0.02677 seconds and 4 git commands to generate.