X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fapi_types.hpp;h=96e2c47f5580151bcd4e2d658f028fb22ad7cf9a;hp=b555fc3c752a38bbd2a89d4dee5999e9068ce745;hb=8c8acc0;hpb=1f0dd7a0664bc217b7d69773574ac7eae3813bd7 diff --git a/extras/vom/vom/api_types.hpp b/extras/vom/vom/api_types.hpp index b555fc3c752..96e2c47f558 100644 --- a/extras/vom/vom/api_types.hpp +++ b/extras/vom/vom/api_types.hpp @@ -23,7 +23,7 @@ namespace VOM { typedef boost::asio::ip::address ip_address_t; -vapi_type_address to_api(const ip_address_t& a); +void to_api(const ip_address_t& a, vapi_type_address& v); ip_address_t from_api(const vapi_type_address& v);