Changeset af5bc4b in nscp for NSClient++.h


Ignore:
Timestamp:
05/18/05 22:46:09 (8 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
1d9338a
Parents:
1e62ed5
Message:

2005-05-18 MickeM

  • Fixed bug in NSC.ini (section title for Check System was wrong) + Added multitasking for plugins (now two plugins can handle requests simultaniously)
  • Fixed som minor issues here and there
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NSClient++.h

    rcea178b raf5bc4b  
    77#include <Mutex.h> 
    88#include <NSCAPI.h> 
     9#include <MutexRW.h> 
    910 
    1011 
     
    4243  pluginList messageHandlers_; 
    4344  std::string basePath; 
    44   MutexHandler pluginMutex; 
     45  MutexHandler internalVariables; 
     46//  MutexHandler pluginMutex; 
    4547  MutexHandler messageMutex; 
     48  MutexRW  m_mutexRW; 
    4649 
    4750public: 
Note: See TracChangeset for help on using the changeset viewer.