diff options
Diffstat (limited to 'include/apos/conf.h')
| -rw-r--r-- | include/apos/conf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/apos/conf.h b/include/apos/conf.h index 33fa8e5..ef6a641 100644 --- a/include/apos/conf.h +++ b/include/apos/conf.h @@ -43,4 +43,10 @@ extern size_t __call_stack_size; */ extern size_t __rpc_stack_size; +/** + * Convenience macro for requirement of ratio between \ref __rpc_stack_size and + * \ref __call_stack_size. + */ +#define RPC_STACK_RATIO 4 + #endif /* APOS_CONF_H */ |
