Skip to content

Commit da68058

Browse files
committed
src: fix LTTNG tracepoints
Added closing parentheses to LTTNG tracepoint definitions. PR-URL: #9404 Reviewed-By: <tbd> Reviewed-By: <tbd>
1 parent ab19412 commit da68058

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/node_lttng_tp.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ TRACEPOINT_EVENT(
2525
ctf_string(url, url)
2626
ctf_string(method, method)
2727
ctf_string(forwardedFor, forwardedFor))
28+
)
2829

2930
TRACEPOINT_EVENT(
3031
node,
@@ -37,6 +38,7 @@ TRACEPOINT_EVENT(
3738
ctf_integer(int, port, port)
3839
ctf_string(remote, remote)
3940
ctf_integer(int, fd, fd))
41+
)
4042

4143
TRACEPOINT_EVENT(
4244
node,
@@ -47,6 +49,7 @@ TRACEPOINT_EVENT(
4749
TP_FIELDS(
4850
ctf_string(url, url)
4951
ctf_string(method, method))
52+
)
5053

5154
TRACEPOINT_EVENT(
5255
node,
@@ -59,6 +62,7 @@ TRACEPOINT_EVENT(
5962
ctf_integer(int, port, port)
6063
ctf_string(remote, remote)
6164
ctf_integer(int, fd, fd))
65+
)
6266

6367
TRACEPOINT_EVENT(
6468
node,
@@ -73,6 +77,7 @@ TRACEPOINT_EVENT(
7377
ctf_integer(int, port, port)
7478
ctf_integer(int, fd, fd)
7579
ctf_integer(int, buffered, buffered))
80+
)
7681

7782
TRACEPOINT_EVENT(
7883
node,
@@ -85,6 +90,7 @@ TRACEPOINT_EVENT(
8590
ctf_string(remote, remote)
8691
ctf_integer(int, port, port)
8792
ctf_integer(int, fd, fd))
93+
)
8894

8995
TRACEPOINT_EVENT(
9096
node,
@@ -106,6 +112,7 @@ TRACEPOINT_EVENT(
106112
TP_FIELDS(
107113
ctf_string(gctype, gctype)
108114
ctf_string(gcflags, gcflags))
115+
)
109116

110117
#endif /* __NODE_LTTNG_TP_H */
111118

0 commit comments

Comments
 (0)