Elektra
0.8.25
|
Defines for global plugins. More...
Macros | |
#define | FOREACH_POSITION(POSITION) |
Helper for identifying global plugin positions. More... | |
Defines for global plugins.
#define FOREACH_POSITION | ( | POSITION | ) |
Helper for identifying global plugin positions.
We chose using these macros over other solutions in order to have the array available statically. Thus we can avoid initializing the KDB struct during runtime and still maintain the flexibility of easily adding new hook positions.