Skip to content

Commit

Permalink
prov/util: Initialize ROCR name in memory monitor struct
Browse files Browse the repository at this point in the history
Add the missing memory monitor's name in the #HAVE_ROCR case.

Signed-off-by: Lindsay Reiser <lindsay.reiser@cornelisnetworks.com>
  • Loading branch information
lsavers authored and j-xiong committed Aug 12, 2024
1 parent 5b08723 commit 05539a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prov/util/src/rocr_mem_monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ static struct rocr_mm rocr_mm = {
.subscribe = rocr_mm_subscribe,
.unsubscribe = rocr_mm_unsubscribe,
.valid = rocr_mm_valid,
.name = "rocr",
},
};

Expand Down

0 comments on commit 05539a6

Please sign in to comment.