Use lttng_domain_type enum instead of bare integer
[lttng-tools.git] / src / bin / lttng-sessiond / context.c
index 866a039e74dc0c07a7171f1d22ca7994435d541e..be15cebd20babb346618f1d23b2fbe3eb21f9671 100644 (file)
@@ -87,7 +87,8 @@ error:
 /*
  * Add UST context to channel.
  */
-static int add_uctx_to_channel(struct ltt_ust_session *usess, int domain,
+static int add_uctx_to_channel(struct ltt_ust_session *usess,
+               enum lttng_domain_type domain,
                struct ltt_ust_channel *uchan, struct lttng_event_context *ctx)
 {
        int ret;
@@ -239,8 +240,9 @@ error:
 /*
  * Add UST context to tracer.
  */
-int context_ust_add(struct ltt_ust_session *usess, int domain,
-               struct lttng_event_context *ctx, char *channel_name)
+int context_ust_add(struct ltt_ust_session *usess,
+               enum lttng_domain_type domain, struct lttng_event_context *ctx,
+               char *channel_name)
 {
        int ret = LTTNG_OK;
        struct lttng_ht_iter iter;
This page took 0.023232 seconds and 4 git commands to generate.