Rename rotate_count to current_archive_id
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 2 May 2018 19:27:37 +0000 (15:27 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 2 May 2018 19:27:37 +0000 (15:27 -0400)
commitad9f5c17782ec9d5fe735bcb0f3d7b52199f8feb
treed8b26a302652999b60bfdd3a08e14bc2fba921a1
parenta3a86f35682d8dd69a617ded2777092de51fcf8c
Rename rotate_count to current_archive_id

The ltt_session's rotate count will no longer be used only to
count the number of rotations. It will be used to tag streams
with a "trace archive chunk id" that indicates the epoch of
their creation.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/kernel.c
src/bin/lttng-sessiond/rotate.c
src/bin/lttng-sessiond/rotation-thread.c
src/bin/lttng-sessiond/session.h
src/bin/lttng-sessiond/ust-app.c
This page took 0.027306 seconds and 5 git commands to generate.