mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-22 06:17:04 +00:00
Defer: fixup missing include guards
This commit is contained in:
parent
c0319183a5
commit
03f51079c1
@ -12,6 +12,9 @@
|
|||||||
* full-blown event list overhead. Therefore, one just can use this tool
|
* full-blown event list overhead. Therefore, one just can use this tool
|
||||||
* instead. */
|
* instead. */
|
||||||
|
|
||||||
|
#ifndef _BIRD_LIB_DEFER_H_
|
||||||
|
#define _BIRD_LIB_DEFER_H_
|
||||||
|
|
||||||
#include "lib/birdlib.h"
|
#include "lib/birdlib.h"
|
||||||
#include "lib/event.h"
|
#include "lib/event.h"
|
||||||
#include "lib/resource.h"
|
#include "lib/resource.h"
|
||||||
@ -46,3 +49,5 @@ static inline void defer_call(struct deferred_call *call, size_t actual_size) {
|
|||||||
*local_deferred.last = a;
|
*local_deferred.last = a;
|
||||||
local_deferred.last = &a->next;
|
local_deferred.last = &a->next;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user