pybindgen requires that the data type held by a container has a default constructor
This commit is contained in:
@@ -493,6 +493,8 @@ public:
|
||||
close (false)
|
||||
{
|
||||
}
|
||||
|
||||
Neighbor () {} // For Python bindings
|
||||
};
|
||||
// / Return expire time for neighbor node with address addr, if exists, else return 0.
|
||||
Time GetExpireTime (Ipv4Address addr);
|
||||
|
||||
Reference in New Issue
Block a user