Changeset 6817602 in nscp for NSCPlugin.h


Ignore:
Timestamp:
02/22/06 21:47:57 (7 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
1b7ae3d
Parents:
89f1a84
Message:

Lots of update (I really should checkin more often :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NSCPlugin.h

    re26cfe0 r6817602  
    9797  typedef INT (*lpHasMessageHandler)(); 
    9898  typedef NSCAPI::nagiosReturn (*lpHandleCommand)(const char*,const unsigned int, char**,char*,unsigned int,char *,unsigned int); 
     99  typedef INT (*lpCommandLineExec)(const char*,const unsigned int,char**); 
    99100  typedef INT (*lpHandleMessage)(int,const char*,const int,const char*); 
    100101  typedef INT (*lpUnLoadModule)(); 
     
    113114  lpUnLoadModule fUnLoadModule; 
    114115  lpGetConfigurationMeta fGetConfigurationMeta; 
     116  lpCommandLineExec fCommandLineExec; 
    115117 
    116118public: 
     
    130132  void unload(void); 
    131133  std::string getCongifurationMeta(); 
     134  int commandLineExec(const char* command, const unsigned int argLen, char **arguments); 
    132135 
    133136private: 
Note: See TracChangeset for help on using the changeset viewer.