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:
parent
259e7e0f67
commit
5245c4dd6d
@ -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");
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user