Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
fix(neb): headers updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
bouda1 authored and rem31 committed Aug 20, 2021
1 parent 77a036b commit 8c58663
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions neb/inc/com/centreon/engine/commands/connector.hh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class connector : public command, public process_listener {
bool _is_running;
std::unordered_map<uint64_t, std::shared_ptr<query_info> > _queries;
bool _query_quit_ok;
bool _version_set;
bool _query_version_ok;
mutable std::mutex _lock;
process _process;
Expand Down
2 changes: 1 addition & 1 deletion neb/inc/com/centreon/engine/logging/broker.hh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace logging {
*/
class broker : public com::centreon::logging::backend {
bool _enable;
std::thread::id _thread;
std::thread::id _thread_id;

public:
broker();
Expand Down
6 changes: 3 additions & 3 deletions neb/inc/com/centreon/engine/version.hh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

// Compile-time values.
#define CENTREON_ENGINE_VERSION_MAJOR 21
#define CENTREON_ENGINE_VERSION_MINOR 04
#define CENTREON_ENGINE_VERSION_PATCH 3
#define CENTREON_ENGINE_VERSION_STRING "21.04.3"
#define CENTREON_ENGINE_VERSION_MINOR 10
#define CENTREON_ENGINE_VERSION_PATCH 0
#define CENTREON_ENGINE_VERSION_STRING "21.10.0"

#endif // !CCE_VERSION_HH
2 changes: 1 addition & 1 deletion neb/inc/com/centreon/logging/backend.hh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class backend {
void _build_header(misc::stringifier& buffer);

bool _is_sync;
mutable std::mutex _lock;
mutable std::recursive_mutex _lock;
bool _show_pid;
time_precision _show_timestamp;
bool _show_thread_id;
Expand Down

0 comments on commit 8c58663

Please sign in to comment.