Ignore:
Timestamp:
03/26/12 21:59:55 (14 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
8d89d7a
Parents:
822454f
Message:
  • Fixed performance data parsing issue
  • Fixed external scripts performance data issue
  • Fixed boolean flag handling in settings (default generated as false regardless of actual state)
  • Fixed so "advanced properties" are not generated with --update-defaults
  • Added some "advanced properties" here and there
  • Fixed path handling for object
  • Added last few features to the GraphitePlugin? (which is now usable)
  • Tweaked nscp settings command line syntax a bit to be more flexible and usable...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/nscapi/nscapi_protobuf_functions.hpp

    r84cdb9b r83c2453  
    145145      static void create_simple_exec_request(const std::wstring &command, const std::list<std::wstring> & args, std::string &request); 
    146146      static void create_simple_exec_request(const std::wstring &command, const std::vector<std::wstring> & args, std::string &request); 
    147       static void parse_simple_exec_result(const std::string &response, std::list<std::wstring> &result); 
     147      static int parse_simple_exec_result(const std::string &response, std::list<std::wstring> &result); 
    148148      static void parse_simple_exec_result(const std::string &response, std::wstring &result); 
    149149 
Note: See TracChangeset for help on using the changeset viewer.