struct cfg_oid_rule
Overview
A rule entry for cfg_oid_dispatch() More…
#include <conf_oid.h> struct cfg_oid_rule { // fields const cfg_oid* object_oid; bool match_prefix; cfg_oid_action* action; };
Detailed Documentation
A rule entry for cfg_oid_dispatch()
Fields
const cfg_oid* object_oid
Object OID
bool match_prefix
If true
, the prefix of an instance OID is matched, otherwise the whole OID.
cfg_oid_action* action
Action to execute