Change API to support exporting loglevel in event listing
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index 336510003a01006afb722cab4dbb056d89976fbd..6830d86d100ac4ad4e49b5458f2518b463d609cc 100644 (file)
@@ -307,9 +307,7 @@ end:
                lur.u.version = lum->u.version;
                break;
        case LTTNG_UST_TRACEPOINT_LIST_GET:
-               memcpy(lur.u.tracepoint_list_entry,
-                       lum->u.tracepoint_list_entry,
-                       LTTNG_UST_SYM_NAME_LEN);
+               memcpy(&lur.u.tracepoint, &lum->u.tracepoint, sizeof(lur.u.tracepoint));
                break;
        }
        ret = send_reply(sock, &lur);
This page took 0.024482 seconds and 4 git commands to generate.