Skip to content

Commit

Permalink
reverting the unwated checkin of modifying the notify_count_ to bool
Browse files Browse the repository at this point in the history
Change-Id: Id318d4f3f010fe3c3921199b5f23498c2503c26d
  • Loading branch information
divakardhar committed Feb 20, 2015
1 parent d3366df commit 975f507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vnsw/agent/cfg/cfg_listener.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DB;
class CfgDBState : public DBState {
public:
CfgDBState() : notify_count_(0), uuid_(boost::uuids::nil_uuid()) { };
bool notify_count_;
uint32_t notify_count_;
boost::uuids::uuid uuid_;
};

Expand Down

0 comments on commit 975f507

Please sign in to comment.