Skip to content

Commit

Permalink
Dummy sandesh process function
Browse files Browse the repository at this point in the history
Change-Id: I9e71326fad8670850cea38dc22ae9bf7c2cf8381
Partial-BUG: #1470798
  • Loading branch information
anandhk-juniper committed Jul 20, 2015
1 parent d4919ef commit fb70d0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vnsw/agent/vrouter/ksync/sandesh_ksync.cc
Expand Up @@ -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();

Expand Down

0 comments on commit fb70d0d

Please sign in to comment.