pike.git/
src/
callback.c
Branch:
Tag:
Non-build tags
All tags
No tags
2013-10-09
2013-10-09 15:10:01 by Arne Goedeke <el@laramies.com>
6eff5e7b0926a50f0c5bade0aeeb5d6cc01ece1e (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
block_allocator: cleaned up some old includes
8:
#include "pike_macros.h" #include "callback.h" #include "pike_error.h"
-
#include "block_
alloc
.h"
+
#include "block_
allocator
.h"
struct callback_list fork_child_callback;
36:
#endif #endif
-
#include "block_allocator.h"
+
static struct block_allocator callback_allocator = BA_INIT(sizeof(struct callback), CALLBACK_CHUNK);