Remove loglevel iter (will be performed by tracepoint iteration)
[lttng-ust.git] / include / lttng / ust-ctl.h
index af76f2678021b721493c556f1427e09472a29952..0945e4ef6765d949dd20a1222a59a9af505b98bb 100644 (file)
 
 #include <lttng/ust-abi.h>
 
+struct ustctl_tracepoint_iter {
+       char name[LTTNG_UST_SYM_NAME_LEN];      /* provider:name */
+       char loglevel[LTTNG_UST_SYM_NAME_LEN];  /* provider:loglevel */
+       int64_t loglevel_value;
+};
+
 int ustctl_register_done(int sock);
 int ustctl_create_session(int sock);
 int ustctl_open_metadata(int sock, int session_handle,
@@ -54,7 +60,7 @@ int ustctl_tracepoint_list(int sock);
  * handle. End is iteration is reached when -ENOENT is returned.
  */
 int ustctl_tracepoint_list_get(int sock, int tp_list_handle,
-               char iter[LTTNG_UST_SYM_NAME_LEN]);
+               struct ustctl_tracepoint_iter *iter);
 
 int ustctl_tracer_version(int sock, struct lttng_ust_tracer_version *v);
 int ustctl_wait_quiescent(int sock);
This page took 0.023441 seconds and 4 git commands to generate.