src.text.dmesg: implement "seek beginning" and "can seek beginning" methods
[babeltrace.git] / plugins / text / plugin.c
index 41da4395214a23f0e5d1506101ad47298abf8815..55507de5e11b7f191f5dadf158bbb623c3d2d36e 100644 (file)
@@ -52,3 +52,7 @@ BT_PLUGIN_SOURCE_COMPONENT_CLASS_MESSAGE_ITERATOR_INIT_METHOD(dmesg,
        dmesg_msg_iter_init);
 BT_PLUGIN_SOURCE_COMPONENT_CLASS_MESSAGE_ITERATOR_FINALIZE_METHOD(dmesg,
        dmesg_msg_iter_finalize);
+BT_PLUGIN_SOURCE_COMPONENT_CLASS_MESSAGE_ITERATOR_SEEK_BEGINNING_METHOD(dmesg,
+       dmesg_msg_iter_seek_beginning);
+BT_PLUGIN_SOURCE_COMPONENT_CLASS_MESSAGE_ITERATOR_CAN_SEEK_BEGINNING_METHOD(dmesg,
+       dmesg_msg_iter_can_seek_beginning);
This page took 0.031938 seconds and 4 git commands to generate.