0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-08 18:11:54 +00:00

Birdtest: add io_log_event() mockup

This commit is contained in:
Pavel Tvrdík 2015-04-20 16:50:51 +02:00
parent 259e7e0f67
commit 5245c4dd6d

View File

@ -24,3 +24,9 @@ die(const char *msg, ...)
va_end(argptr);
exit(3);
};
void
io_log_event(void *hook, void *data)
{
bt_debug("This is io_log_event mockup. \n");
};