diff --git a/src/vnsw/agent/vrouter/ksync/sandesh_ksync.cc b/src/vnsw/agent/vrouter/ksync/sandesh_ksync.cc index c4ff662325b..f5cc12c2251 100644 --- a/src/vnsw/agent/vrouter/ksync/sandesh_ksync.cc +++ b/src/vnsw/agent/vrouter/ksync/sandesh_ksync.cc @@ -34,6 +34,9 @@ void vrouter_ops::Process(SandeshContext *context) { ioc->VrouterOpsMsgHandler(this); } +void vr_mem_stats_req::Process(SandeshContext *context) { +} + int KSyncSandeshContext::VrResponseMsgHandler(vr_response *r) { response_code_ = r->get_resp_code();