projects
/
lttng-tools.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sessiond: make thread_rotation function static
[lttng-tools.git]
/
src
/
bin
/
lttng-sessiond
/
rotation-thread.c
diff --git
a/src/bin/lttng-sessiond/rotation-thread.c
b/src/bin/lttng-sessiond/rotation-thread.c
index 16c64cbf9f20f8a51065d9571897745c3e48e589..659d8431dd39aec39dbcd7cba7eac3d4927b1ace 100644
(file)
--- a/
src/bin/lttng-sessiond/rotation-thread.c
+++ b/
src/bin/lttng-sessiond/rotation-thread.c
@@
-769,6
+769,7
@@
end:
return ret;
}
+static
void *thread_rotation(void *data)
{
int ret;
This page took
0.02303 seconds
and
4
git commands to generate.