Skip to content

Commit

Permalink
Added changes from review.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramki Ananthakrishnan committed Nov 17, 2017
1 parent aa596dd commit 5c388d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/downstream.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ void listenerOnMessage(void * msg, size_t msgSize)
break;
}

case WRP_MSG_TYPE__EVENT:
case WRP_MSG_TYPE__REQ:
case WRP_MSG_TYPE__CREATE:
case WRP_MSG_TYPE__UPDATE:
case WRP_MSG_TYPE__RETREIVE:
case WRP_MSG_TYPE__DELETE:
{
ParodusPrint("numOfClients registered is %d\n", get_numOfClients());
int ret = validate_partner_id(message, NULL);
Expand Down Expand Up @@ -183,8 +185,6 @@ void listenerOnMessage(void * msg, size_t msgSize)
break;
}

case WRP_MSG_TYPE__EVENT:
case WRP_MSG_TYPE__DELETE:
case WRP_MSG_TYPE__SVC_REGISTRATION:
case WRP_MSG_TYPE__SVC_ALIVE:
case WRP_MSG_TYPE__UNKNOWN:
Expand Down

0 comments on commit 5c388d1

Please sign in to comment.