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
REFS: MON-11433
  • Loading branch information
rem31 authored Oct 25, 2021
1 parent ae05237 commit 3865583
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 20.10.9

Update the headers.
## 20.10.8

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ set_target_properties(berpc PROPERTIES COMPILE_FLAGS "-fPIC")
# Version.
set(CENTREON_BROKER_MAJOR 20)
set(CENTREON_BROKER_MINOR 10)
set(CENTREON_BROKER_PATCH 8)
set(CENTREON_BROKER_PATCH 9)
if (CENTREON_BROKER_PRERELEASE)
set(CENTREON_BROKER_VERSION "${CENTREON_BROKER_MAJOR}.${CENTREON_BROKER_MINOR}.${CENTREON_BROKER_PATCH}-${CENTREON_BROKER_PRERELEASE}")
else ()
Expand Down
4 changes: 2 additions & 2 deletions neb/inc/com/centreon/logging/engine.hh
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ class engine {
std::vector<backend_info*> _backends;
unsigned long _id;
unsigned long long _list_types[sizeof(unsigned int) * CHAR_BIT];
mutable std::mutex _mtx;
mutable std::recursive_mutex _mtx;
};
}
} // namespace logging

CC_END()

Expand Down

0 comments on commit 3865583

Please sign in to comment.