9 #ifndef __MONITOR_PROTOCOL_H__    10 #define __MONITOR_PROTOCOL_H__    16 #if !defined(BRP_LOG_DIR_PREFIX)    17     #define BRP_LOG_DIR_PREFIX    "brp-logs-"    59 #endif //__MONITOR_PROTOCOL_H__ BRP_LIB void brp_annotation_end(brp_protocol protocol, bool success, char *comment)
Marks the end of a related block of log entries and adds some kind of comment to it. 
 
BRP_LIB void brp_annotation_start(brp_protocol protocol)
Marks the beginning of a related block of log entries. 
 
struct brp_protocol_t * brp_protocol
This is a generic handle of a protocol. 
 
This file primarly defines the common part of all protocol's data structures (:brp_protocol_t) and AP...
 
BRP_LIB brp_protocol brp_create_monitor(void)
Creates a new Monitor protocol layer.