diff --git a/src/dsr/model/dsr-rcache.h b/src/dsr/model/dsr-rcache.h index 101f6d62b..3ff366726 100644 --- a/src/dsr/model/dsr-rcache.h +++ b/src/dsr/model/dsr-rcache.h @@ -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);