Skip to content

Commit

Permalink
Remove extern orchdaemon.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
zbud-msft committed Sep 14, 2022
1 parent 3229496 commit 082a260
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions orchagent/orchdaemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ extern sai_switch_api_t* sai_switch_api;
extern sai_object_id_t gSwitchId;
extern bool gSaiRedisLogRotate;

extern event_handle_t g_events_handle;

extern void syncd_apply_view();
/*
* Global orch daemon variables
Expand Down Expand Up @@ -59,6 +57,7 @@ FlowCounterRouteOrch *gFlowCounterRouteOrch;
DebugCounterOrch *gDebugCounterOrch;

bool gIsNatSupported = false;
event_handle_t g_events_handle;

#define DEFAULT_MAX_BULK_SIZE 1000
size_t gMaxBulkSize = DEFAULT_MAX_BULK_SIZE;
Expand Down

0 comments on commit 082a260

Please sign in to comment.