From 54c6839dd909564a082b5ff0b38762e78c52ee96 Mon Sep 17 00:00:00 2001 From: liuh-80 Date: Fri, 15 Sep 2023 01:30:15 +0000 Subject: [PATCH] Add redisreply.h to swsscommon.i for generate SWIG wrapper --- pyext/swsscommon.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyext/swsscommon.i b/pyext/swsscommon.i index 9c475a20..7be0370b 100644 --- a/pyext/swsscommon.i +++ b/pyext/swsscommon.i @@ -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" @@ -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"