Change API to support exporting loglevel in event listing
[lttng-ust.git] / include / lttng / ust-ctl.h
index af76f2678021b721493c556f1427e09472a29952..1ff34b9a61afeaf8f16a623019d976b2f12328f4 100644 (file)
@@ -54,7 +54,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 lttng_ust_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.036813 seconds and 4 git commands to generate.