Clean-up: sessiond: prepend `the_` to global variable names
[lttng-tools.git] / src / bin / lttng-sessiond / channel.c
index 049c784b379102b36e2b362cc5ab69e05b47f78b..2beb4f711e6a60adbcafec0f9ab6c269de805234 100644 (file)
@@ -397,7 +397,7 @@ int channel_ust_create(struct ltt_ust_session *usess,
        /*
         * Invalid subbuffer size if it's lower then the page size.
         */
-       if (attr->attr.subbuf_size < page_size) {
+       if (attr->attr.subbuf_size < the_page_size) {
                ret = LTTNG_ERR_INVALID;
                goto error;
        }
This page took 0.022826 seconds and 4 git commands to generate.