Cleanup: add missing newline
[babeltrace.git] / formats / bt-dummy / bt-dummy.c
index 5f7a1a5abc947f06304cadb35e3bc1d47c1cf470..94edc3be83742ec82b672f157f8678df1670f446 100644 (file)
@@ -31,7 +31,7 @@
 #include <stdlib.h>
 
 static
-int bt_dummy_write_event(struct stream_pos *ppos, struct ctf_stream *stream)
+int bt_dummy_write_event(struct stream_pos *ppos, struct ctf_stream_definition *stream)
 {
        return 0;
 }
@@ -74,4 +74,8 @@ void __attribute__((constructor)) bt_dummy_init(void)
        assert(!ret);
 }
 
-/* TODO: finalize */
+static
+void __attribute__((destructor)) bt_dummy_exit(void)
+{
+       bt_unregister_format(&bt_dummy_format);
+}
This page took 0.025172 seconds and 4 git commands to generate.