X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Ftrace-ust.h;h=a2ed3cb91ff16f2c488b1f980fb839c877a06f40;hp=e834d2f6e1d0c1391922b7a2c6552953cab552f8;hb=a991f516ac2783c833ebbc6ac0ac3c0e4ca71371;hpb=f56a39affe149956ac64b399859952e9586de930 diff --git a/lttng-sessiond/trace-ust.h b/lttng-sessiond/trace-ust.h index e834d2f6e..a2ed3cb91 100644 --- a/lttng-sessiond/trace-ust.h +++ b/lttng-sessiond/trace-ust.h @@ -99,7 +99,7 @@ struct ltt_ust_domain_exec { /* UST session */ struct ltt_ust_session { - int uid; /* Unique identifier of session */ + int id; /* Unique identifier of session */ int start_trace; char pathname[PATH_MAX]; struct ltt_ust_domain_global domain_global; @@ -125,7 +125,7 @@ struct ltt_ust_channel *trace_ust_find_channel_by_name(struct cds_lfht *ht, /* * Create functions malloc() the data structure. */ -struct ltt_ust_session *trace_ust_create_session(char *path, unsigned int uid, +struct ltt_ust_session *trace_ust_create_session(char *path, int session_id, struct lttng_domain *domain); struct ltt_ust_channel *trace_ust_create_channel(struct lttng_channel *attr, char *path);