X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-comm.h;h=556da21e130570d543a1c6ab358e227917327a9d;hb=51489cadd9c38c10261bdbab9b5e72803c95a732;hp=5fa417eec081a7cd4fe48cbfbca30661ad408851;hpb=4318ae1be57eb7983ab4857a7a8eeb4a030a8216;p=deliverable%2Flttng-ust.git diff --git a/include/lttng/ust-comm.h b/include/lttng/ust-comm.h index 5fa417ee..556da21e 100644 --- a/include/lttng/ust-comm.h +++ b/include/lttng/ust-comm.h @@ -33,7 +33,7 @@ /* * Default timeout the application waits for the sessiond to send its * "register done" command. Can be overridden with the environment - * variable "UST_REGISTER_TIMEOUT". Note that if the sessiond is not + * variable "LTTNG_UST_REGISTER_TIMEOUT". Note that if the sessiond is not * found, the application proceeds directly without any delay. */ #define LTTNG_UST_DEFAULT_CONSTRUCTOR_TIMEOUT_MS 3000 @@ -41,10 +41,10 @@ #define LTTNG_RUNDIR "/var/run/lttng" /* Default unix socket path */ -#define DEFAULT_GLOBAL_CLIENT_UNIX_SOCK LTTNG_RUNDIR "/client-ltt-sessiond" -#define DEFAULT_GLOBAL_APPS_UNIX_SOCK LTTNG_RUNDIR "/apps-ltt-sessiond" -#define DEFAULT_HOME_APPS_UNIX_SOCK "%s/.apps-ltt-sessiond" -#define DEFAULT_HOME_CLIENT_UNIX_SOCK "%s/.client-ltt-sessiond" +#define DEFAULT_GLOBAL_CLIENT_UNIX_SOCK LTTNG_RUNDIR "/client-lttng-sessiond" +#define DEFAULT_GLOBAL_APPS_UNIX_SOCK LTTNG_RUNDIR "/apps-lttng-sessiond" +#define DEFAULT_HOME_APPS_UNIX_SOCK "%s/.apps-lttng-sessiond" +#define DEFAULT_HOME_CLIENT_UNIX_SOCK "%s/.client-lttng-sessiond" #define DEFAULT_GLOBAL_APPS_WAIT_SHM_PATH "/lttng-ust-apps-wait" #define DEFAULT_HOME_APPS_WAIT_SHM_PATH "/lttng-ust-apps-wait-%u" @@ -129,6 +129,7 @@ struct ustcomm_ust_msg { struct lttng_ust_event event; struct lttng_ust_context context; struct lttng_ust_tracer_version version; + char tracepoint_list_entry[LTTNG_UST_SYM_NAME_LEN]; } u; };