Skip to content

Commit d9c94a3

Browse files
authored
Fix[mqb]: queue/client broker stat enums (#899)
Signed-off-by: Christopher Beard <[email protected]>
1 parent 70c7434 commit d9c94a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groups/mqb/mqbstat/mqbstat_brokerstats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class BrokerStats {
8787
/// Namespace for the constants of stat values that applies to the queues
8888
/// from the clients
8989
struct BrokerStatsIndex {
90-
enum Enum { e_STAT_QUEUE_COUNT, e_STAT_CLIENT_COUNT };
90+
enum Enum { e_STAT_CLIENT_COUNT, e_STAT_QUEUE_COUNT };
9191
};
9292

9393
private:

0 commit comments

Comments
 (0)