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 57eea2b commit b44cde6Copy full SHA for b44cde6
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