_drmgr_priority_t Struct Reference
[Multi-Instrumentation Manager]

#include <drmgr.h>

Data Fields

size_t struct_size
const char * name
const char * before
const char * after
int priority

Detailed Description

Specifies the ordering of callbacks for drmgr's events


Field Documentation

The name of another callback that the callback being registered should follow. This field is optional and can be NULL.

The name of another callback that the callback being registered should precede. This field is optional and can be NULL.

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


The documentation for this struct was generated from the following file:

  DynamoRIO API version 3.2.0 --- Wed Mar 28 12:55:33 2012