Skip to content

Commit c34fdf8

Browse files
generatedunixname2645487282517272meta-codesync[bot]
authored andcommitted
Fix CQS signal modernize-use-using in fbcode/katran/lib
Reviewed By: frankfeir Differential Revision: D99245088 fbshipit-source-id: e77e4295ac2e19e42fcb46425742ced883aa1331
1 parent 9435ac4 commit c34fdf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

katran/lib/MonitoringServiceCore.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class MonitoringServiceCore
7676
* @param sub_cb The subscription callback used for doing cancellation and
7777
* rest of accountings
7878
*/
79-
typedef struct SubscriptionResult {
79+
struct SubscriptionResult {
8080
ResponseStatus status;
8181
std::optional<ClientId> cid;
8282
std::optional<EventIds> subscribed_events;
@@ -99,7 +99,7 @@ class MonitoringServiceCore
9999
cid(cid_in),
100100
subscribed_events(subscribed_events_in),
101101
sub_cb(sub_cb_in) {}
102-
} SubscriptionResult;
102+
};
103103

104104
/**
105105
* Try to accept a client subscription.

0 commit comments

Comments
 (0)