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:
b663c25
)
Add missing decl. when UST is disabled
author
David Goulet
<dgoulet@efficios.com>
Fri, 17 Aug 2012 19:48:23 +0000
(15:48 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Fri, 17 Aug 2012 19:48:23 +0000
(15:48 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/ust-app.h
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng-sessiond/ust-app.h
b/src/bin/lttng-sessiond/ust-app.h
index 77205692ff989f157a4799529fb254ad21a381a1..3f6eca1262d971c9d784cf4f092f6ac904337691 100644
(file)
--- a/
src/bin/lttng-sessiond/ust-app.h
+++ b/
src/bin/lttng-sessiond/ust-app.h
@@
-353,6
+353,13
@@
int ust_app_calibrate_glb(struct lttng_ust_calibrate *calibrate)
{
return 0;
}
+static inline
+int ust_app_set_filter_event_glb(struct ltt_ust_session *usess,
+ struct ltt_ust_channel *uchan, struct ltt_ust_event *uevent,
+ struct lttng_filter_bytecode *bytecode)
+{
+ return 0;
+}
#endif /* HAVE_LIBLTTNG_UST_CTL */
This page took
0.025857 seconds
and
4
git commands to generate.