projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aee6baf
)
Add missing release handle declaration
author
David Goulet
<david.goulet@polymtl.ca>
Mon, 12 Dec 2011 15:43:28 +0000
(10:43 -0500)
committer
David Goulet
<david.goulet@polymtl.ca>
Mon, 12 Dec 2011 15:43:28 +0000
(10:43 -0500)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
lttng-sessiond/lttng-ust-ctl.h
patch
|
blob
|
blame
|
history
diff --git
a/lttng-sessiond/lttng-ust-ctl.h
b/lttng-sessiond/lttng-ust-ctl.h
index 66c84c9ddb195e1426070973659df236b33c4896..b8cb965b028f9fabbbcf594d8676863722fb0492 100644
(file)
--- a/
lttng-sessiond/lttng-ust-ctl.h
+++ b/
lttng-sessiond/lttng-ust-ctl.h
@@
-133,5
+133,7
@@
void ustctl_flush_buffer(struct lttng_ust_shm_handle *handle,
/* Release object created by members of this API */
int ustctl_release_object(int sock, struct lttng_ust_object_data *data);
+/* Release handle returned by create session. */
+int ustctl_release_handle(int sock, int handle);
#endif /* _LTTNG_UST_CTL_H */
This page took
0.025939 seconds
and
4
git commands to generate.