We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968b9ca commit d5e2766Copy full SHA for d5e2766
common/subscribereventtable.h
@@ -7,7 +7,7 @@ namespace swss {
7
class SubscriberEventTable : public ConsumerTableBase
8
{
9
public:
10
- SubscriberEventTable (DBConnector *db, const std::string &tableName, int popBatchSize = DEFAULT_POP_BATCH_SIZE, int pri = 0);
+ SubscriberEventTable(DBConnector *db, const std::string &tableName, int popBatchSize = DEFAULT_POP_BATCH_SIZE, int pri = 0);
11
12
/* Get all available events from pub/sub channel */
13
void pops(std::deque<KeyOpFieldsValuesTuple> &vkco, const std::string &prefix = EMPTY_PREFIX);
0 commit comments