Addition of doxygen comments

This commit is contained in:
Mark Riddoch
2015-02-09 20:56:50 +00:00
parent 0afbc4e503
commit 390df414df

View File

@ -1151,6 +1151,13 @@ int len;
return slave->dcb->func.write(slave->dcb, ret);
}
/**
* Respond to a COM_PING command
*
* @param router The router instance
* @param slave The "slave" connection that requested the ping
* @param queue The ping request
*/
int
blr_ping(ROUTER_INSTANCE *router, ROUTER_SLAVE *slave, GWBUF *queue)
{