Rename shm_handle to lttng_ust_shm_handle
[ust.git] / libringbuffer / shm_types.h
index e92c0af03d3d99e61f92b07684536161a116f4bf..9869eb88a82af57f25d1c34bed6ef306a4c48478 100644 (file)
@@ -29,7 +29,7 @@ struct shm_object_table {
        struct shm_object objects[];
 };
 
-struct shm_handle {
+struct lttng_ust_shm_handle {
        struct shm_object_table *table;
        DECLARE_SHMP(struct channel, chan);
        /*
This page took 0.024288 seconds and 4 git commands to generate.