Add unused attribute to lttng_to_index_major param
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 4 Jun 2018 16:50:51 +0000 (12:50 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 4 Jun 2018 16:50:53 +0000 (12:50 -0400)
commit5e943e75cbb2d63c95d674e523e078050f1c868c
treee41bb538c0696dafb718d110c31aa413cd844773
parent3716477e44a520ac4a0c65b15c63a1bb56c37ec3
Add unused attribute to lttng_to_index_major param

Suppresses an unused variable warning. The parameter is kept
since this does depend on the connection's full version. the
'minor' parameter is unused for now since there is only one
major version to support and only one major index version.

However, this could change in the future and we don't want to
have to modify all the version conversion sites.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/index/ctf-index.h
This page took 0.024757 seconds and 4 git commands to generate.