Skip to content

Commit

Permalink
Add redisreply.h to swsscommon.i for generate SWIG wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
liuh-80 committed Sep 15, 2023
1 parent 91677eb commit 54c6839
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyext/swsscommon.i
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "decoratortable.h"
#include "countertable.h"
#include "redispipeline.h"
#include "redisreply.h"
#include "redisselect.h"
#include "redistran.h"
#include "producerstatetable.h"
Expand Down Expand Up @@ -258,6 +259,7 @@ T castSelectableObj(swss::Selectable *temp)
%include "select.h"
%include "rediscommand.h"
%include "redispipeline.h"
%include "redisreply.h"
%include "redisselect.h"
%include "redistran.h"
%include "configdb.h"
Expand Down

0 comments on commit 54c6839

Please sign in to comment.