Changeset 0d9eed6 in nscp


Ignore:
Timestamp:
11/06/11 23:18:45 (19 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
40fca56
Parents:
f7a074d
Message:

minor fix to make it build on debian as well

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • changelog

    r58f0e80 r0d9eed6  
    66 * Fix RtlStringFromGUID problem on NT4 
    77 
     82011-11-06 MickeM 
     9 * Had some "vacation" so no updates for a while 
     10 * A lot of fixes to the NSCA parts (now 100% compatible with old settings file) 
     11 * Added option to read sections (to plugin API) 
     12 * Fixed issues in settings wrapper so child paths are also mapped (not just keys) 
     13 * Many fixes related to NRPE/NSCA/* 
     14 * "RC quality" expect RC within the week (only need to fix default config file somehow) 
     15 * Upgraded all unit test to use the simplified API 
     16 * Fixed a some unicode issues in PythonScript module 
     17 * Improved threading a bit 
     18 * Fixed CheckSystem (service check) 
     19 * Fixed duplicate keys (when replacing) in old settings client 
     20  
    8212011-10-21 MickeM 
    922 * Some more threading issues in Python (works perfectly(?) now) 
  • service/routers.hpp

    r81e420c r0d9eed6  
    1414      if (!plugin || !plugin->has_routing_handler()) 
    1515        return; 
    16       plugins_list::add_plugin(plugin); 
     16      plugins_list_with_listener::add_plugin(plugin); 
    1717    } 
    1818  }; 
Note: See TracChangeset for help on using the changeset viewer.