#include <drmgr.h>
Data Fields | |
| size_t | struct_size |
| const char * | name |
| const char * | before |
| const char * | after |
| int | priority |
Specifies the ordering of callbacks for drmgr's events
| const char* _drmgr_priority_t::after |
The name of another callback that the callback being registered should follow. This field is optional and can be NULL.
| const char* _drmgr_priority_t::before |
The name of another callback that the callback being registered should precede. This field is optional and can be NULL.
| const char* _drmgr_priority_t::name |
A name for the callback being registered, to be used by other components when specifying their relative order. This field is mandatory.
A numeric priority to resolve identical ordering after the before and after requests are resolved. Lower numbers are placed earlier in the callback invocation order.
The size of the drmgr_priority_t struct