Ignore:
Timestamp:
08/01/10 13:55:49 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
294b37b
Parents:
fe9cc46
Message:

Added in performance e data for NRPE and NSCA as well as added in debug build for the protocol buffer library lookup thingy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/NRPEServer/nrpe_handler.hpp

    r40970de r8988f9e  
    1111    public: 
    1212      handler(unsigned int payload_length)  
    13         : payload_length_(payload_length) 
     13        : payload_length_(payload_length), noPerfData_(false) 
    1414      {} 
    1515      handler(const handler &other) { 
Note: See TracChangeset for help on using the changeset viewer.