common: rename struct mmap_align to mmap_align_data
[babeltrace.git] / src / ctfser / ctfser.h
index b9e710d909c1093ae05bf5512d5409224e0f08a2..2abe65a3ae18c2c265266d4c7ea4ba336cc85456 100644 (file)
@@ -53,7 +53,7 @@ struct bt_ctfser {
        uint64_t stream_size_bytes;
 
        /* Memory map base address */
-       struct mmap_align *base_mma;
+       struct mmap_align_data *base_mma;
 
        /* Stream file's path (for debugging) */
        GString *path;
This page took 0.024143 seconds and 4 git commands to generate.