Skip to content

Commit

Permalink
Fix umpire service
Browse files Browse the repository at this point in the history
  • Loading branch information
daboehme authored Jan 25, 2023
1 parent 91f3161 commit 497a8a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/services/umpire/UmpireStatistics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@ class UmpireService
}
};

const char UmpireService::s_spec = R"json(
const char* UmpireService::s_spec = R"json(
{ "name": "umpire",
"description": "Record Umpire memory manager statistics",
"config": [
{ "name": "per_allocator_statistics",
"description": Include statistics for each Umpire allocator",
"description": "Include statistics for each Umpire allocator",
"type": "bool",
"value": "true"
}
Expand All @@ -196,4 +196,4 @@ namespace cali

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

}
}

0 comments on commit 497a8a1

Please sign in to comment.