diff options
Diffstat (limited to 'src/vpp-api/vom/interface.hpp')
-rw-r--r-- | src/vpp-api/vom/interface.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vpp-api/vom/interface.hpp b/src/vpp-api/vom/interface.hpp index f11e3591a44..181e76dad69 100644 --- a/src/vpp-api/vom/interface.hpp +++ b/src/vpp-api/vom/interface.hpp @@ -518,6 +518,11 @@ private: void update(const interface& obj); /* + * return the interface's handle in the singular instance + */ + const handle_t& handle_i() const; + + /* * It's the OM class that calls singular() */ friend class OM; |