diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-11-13 17:40:44 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-11-13 17:40:44 +0200 |
| commit | f0935d3d20c2624b7c4b70a8e8ad891e516a0641 (patch) | |
| tree | 53510a1075e019a32f86ce53d170f076a0924c35 /include/apos | |
| parent | 0ad55464bb7c0f9d49fc50b397bbf92fd5928258 (diff) | |
| download | kmi-f0935d3d20c2624b7c4b70a8e8ad891e516a0641.tar.gz kmi-f0935d3d20c2624b7c4b70a8e8ad891e516a0641.zip | |
give symbolic name to rpc stack ratio
Diffstat (limited to 'include/apos')
| -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 */ |
