X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt-relay-alloc.c;fp=ltt-relay-alloc.c;h=6ff552efacc06cb5506f23090a34833533e5783e;hb=13c601172bb6ede4e4595c718d96410173f933af;hp=a6697dec75254cbef17766e7b8737de01ee674ee;hpb=f277b4c1b33341d2e687a614739778084de370d4;p=lttng-modules.git diff --git a/ltt-relay-alloc.c b/ltt-relay-alloc.c index a6697dec..6ff552ef 100644 --- a/ltt-relay-alloc.c +++ b/ltt-relay-alloc.c @@ -720,11 +720,13 @@ static __init int ltt_relay_alloc_init(void) { hotcpu_notifier(ltt_relay_hotcpu_callback, 5); ltt_relay_init(); + ltt_ascii_init(); return 0; } static void __exit ltt_relay_alloc_exit(void) { + ltt_ascii_exit(); ltt_relay_exit(); }