Rename sessiond-timer.[hc] to timer.[hc]
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 2 Oct 2018 18:06:17 +0000 (14:06 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 2 Oct 2018 18:06:19 +0000 (14:06 -0400)
commit8e319828707210e48a5f3e74495881594dba73e8
tree7475b689fc27eccc8253a9ce2fe72e6dad483fc5
parent92816cc33a1add3c8276839bd6335e17423577dd
Rename sessiond-timer.[hc] to timer.[hc]

There is no need to namespace the timer files as they are already
contained withing the lttng-sessiond directory.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/Makefile.am
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/main.c
src/bin/lttng-sessiond/rotation-thread.c
src/bin/lttng-sessiond/sessiond-timer.c [deleted file]
src/bin/lttng-sessiond/sessiond-timer.h [deleted file]
src/bin/lttng-sessiond/timer.c [new file with mode: 0644]
src/bin/lttng-sessiond/timer.h [new file with mode: 0644]
This page took 0.026862 seconds and 5 git commands to generate.