Ignore:
Timestamp:
08/19/10 13:36:13 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
de7ec29
Parents:
184d575
Message:

New settings client (c++ instead of c) which looks pretty sweet :P
Only NRPEServer and CHeckExternalScripts implements it as of yet...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/NRPEServer/NRPEServer.h

    r294b37b r497b779  
    3737  }; 
    3838 
    39   unsigned int timeout; 
    4039  socketHelpers::allowedHosts allowedHosts; 
    41   bool noPerfData_; 
    4240  nrpe::server::server::connection_info info_; 
    4341 
     
    4644  virtual ~NRPEListener(); 
    4745  // Module calls 
    48   bool loadModule(NSCAPI::moduleLoadMode mode); 
     46  bool loadModule(); 
     47  bool loadModuleEx(std::wstring alias, NSCAPI::moduleLoadMode mode); 
    4948  bool unloadModule(); 
    5049 
Note: See TracChangeset for help on using the changeset viewer.