pybindgen requires that the data type held by a container has a default constructor

This commit is contained in:
Gustavo J. A. M. Carneiro
2012-05-19 20:40:11 -07:00
parent 996d91d236
commit 01275172a2

View File

@@ -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);