Changeset 6817602 in nscp for NSCPlugin.h
- Timestamp:
- 02/22/06 21:47:57 (7 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 1b7ae3d
- Parents:
- 89f1a84
- File:
-
- 1 edited
-
NSCPlugin.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
NSCPlugin.h
re26cfe0 r6817602 97 97 typedef INT (*lpHasMessageHandler)(); 98 98 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**); 99 100 typedef INT (*lpHandleMessage)(int,const char*,const int,const char*); 100 101 typedef INT (*lpUnLoadModule)(); … … 113 114 lpUnLoadModule fUnLoadModule; 114 115 lpGetConfigurationMeta fGetConfigurationMeta; 116 lpCommandLineExec fCommandLineExec; 115 117 116 118 public: … … 130 132 void unload(void); 131 133 std::string getCongifurationMeta(); 134 int commandLineExec(const char* command, const unsigned int argLen, char **arguments); 132 135 133 136 private:
Note: See TracChangeset
for help on using the changeset viewer.








