common: rename struct mmap_align to mmap_align_data
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 20 Jan 2022 14:40:34 +0000 (09:40 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 28 Jan 2022 16:22:26 +0000 (11:22 -0500)
commit443dc632d44324c54e2ddcf176342bddfd14e6b0
treeb5054afbe76a6de8e161898965dea4469daf830c
parent0ec1ae8bf5f4cad3f4b90f2615909c3e7bc6270d
common: rename struct mmap_align to mmap_align_data

In C++, g++ complains that the mmap_align free function shadows the
constructor of the structure of the same name.  Rename the structure to
mmap_align_data to avoid that.

Change-Id: Iae5e0175e3530ebc51804602240ca3037bc02c5b
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/7099
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/common/mmap-align.h
src/ctfser/ctfser.h
This page took 0.026544 seconds and 4 git commands to generate.