Skip to content

Commit 0aa472d

Browse files
authored
Update ProcessMonitor.cxx
fixed name of constant for CC7
1 parent 684430e commit 0aa472d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProcessMonitor.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace o2
3131
namespace monitoring
3232
{
3333

34-
#ifdef O2_MONITORING_OS_CS7
34+
#ifdef O2_MONITORING_OS_CC7
3535
static constexpr auto SMAPS_FILE = "/proc/self/smaps";
3636
#else
3737
static constexpr auto SMAPS_FILE = "/proc/self/smaps_rollup";

0 commit comments

Comments
 (0)