Skip to content

Commit

Permalink
Propagate Notifications changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 21, 2021
1 parent aaa519f commit 5b71d21
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
3 changes: 2 additions & 1 deletion lib/inc/ClientSai.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#include "meta/SaiInterface.h"
#include "Channel.h"
#include "SwitchContainer.h"
#include "Notification.h"

#include "meta/Notification.h"

#include "swss/table.h"

Expand Down
2 changes: 1 addition & 1 deletion lib/inc/Context.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#pragma once

#include "RedisRemoteSaiInterface.h"
#include "Notification.h"
#include "ContextConfig.h"

#include "meta/Notification.h"
#include "meta/Meta.h"

namespace sairedis
Expand Down
3 changes: 2 additions & 1 deletion lib/inc/RedisChannel.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
#include "RemoteSaiInterface.h"
#include "SwitchContainer.h"
#include "VirtualObjectIdManager.h"
#include "Notification.h"
#include "Recorder.h"
#include "SkipRecordAttrContainer.h"

#include "meta/Notification.h"

#include "swss/producertable.h"
#include "swss/consumertable.h"
#include "swss/notificationconsumer.h"
Expand Down
3 changes: 2 additions & 1 deletion lib/inc/RedisRemoteSaiInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
#include "RemoteSaiInterface.h"
#include "SwitchContainer.h"
#include "VirtualObjectIdManager.h"
#include "Notification.h"
#include "Recorder.h"
#include "RedisVidIndexGenerator.h"
#include "SkipRecordAttrContainer.h"
#include "RedisChannel.h"
#include "SwitchConfigContainer.h"
#include "ContextConfig.h"

#include "meta/Notification.h"

#include "swss/producertable.h"
#include "swss/consumertable.h"
#include "swss/notificationconsumer.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/inc/Sai.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#pragma once

#include "Notification.h"
#include "Recorder.h"
#include "Context.h"

#include "meta/Meta.h"
#include "meta/Notification.h"

#include "swss/logger.h"

Expand Down
2 changes: 1 addition & 1 deletion lib/src/ClientSai.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#include "ZeroMQChannel.h"
#include "Utils.h"
#include "sairediscommon.h"
#include "NotificationFactory.h"
#include "ClientConfig.h"

#include "swss/logger.h"

#include "meta/sai_serialize.h"
#include "meta/NotificationFactory.h"
#include "meta/SaiAttributeList.h"
#include "meta/PerformanceIntervalTimer.h"
#include "meta/Globals.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/src/RedisRemoteSaiInterface.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "RedisRemoteSaiInterface.h"
#include "Utils.h"
#include "NotificationFactory.h"
#include "Recorder.h"
#include "VirtualObjectIdManager.h"
#include "SkipRecordAttrContainer.h"
Expand All @@ -9,6 +8,7 @@

#include "sairediscommon.h"

#include "meta/NotificationFactory.h"
#include "meta/sai_serialize.h"
#include "meta/SaiAttributeList.h"
#include "meta/PerformanceIntervalTimer.h"
Expand Down
2 changes: 1 addition & 1 deletion vslib/inc/EventPayloadNotification.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extern "C"{

#include "EventPayload.h"

#include "lib/inc/Notification.h"
#include "meta/Notification.h"

namespace saivs
{
Expand Down

0 comments on commit 5b71d21

Please sign in to comment.