Skip to content

Commit 497a8a1

Browse files
authored
Fix umpire service
1 parent 91f3161 commit 497a8a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/services/umpire/UmpireStatistics.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@ class UmpireService
176176
}
177177
};
178178

179-
const char UmpireService::s_spec = R"json(
179+
const char* UmpireService::s_spec = R"json(
180180
{ "name": "umpire",
181181
"description": "Record Umpire memory manager statistics",
182182
"config": [
183183
{ "name": "per_allocator_statistics",
184-
"description": Include statistics for each Umpire allocator",
184+
"description": "Include statistics for each Umpire allocator",
185185
"type": "bool",
186186
"value": "true"
187187
}
@@ -196,4 +196,4 @@ namespace cali
196196

197197
CaliperService umpire_service = { ::UmpireService::s_spec, ::UmpireService::umpire_register };
198198

199-
}
199+
}

0 commit comments

Comments
 (0)