Added descrtiption for auth and generic func pointers

This commit is contained in:
Massimiliano Pinto
2013-07-15 13:42:12 +02:00
parent 0d1a74c87a
commit 0d3e798b73

View File

@ -64,6 +64,8 @@ struct dcb;
* for the session pased in * for the session pased in
* close Gateway close entry point for the socket * close Gateway close entry point for the socket
* listen Create a listener for the protocol * listen Create a listener for the protocol
* auth Authentication entry point for backend server
* generic Geeneric purpose entry point
* @endverbatim * @endverbatim
* *
* This forms the "module object" for protocol modules within the gateway. * This forms the "module object" for protocol modules within the gateway.