Module: kamailio Branch: master Commit: 3071e888bc279a691d9f896bbdd67df01a5f56ae URL: https://github.com/kamailio/kamailio/commit/3071e888bc279a691d9f896bbdd67df0...
Author: Henning Westerholt hw@kamailio.org Committer: Henning Westerholt hw@kamailio.org Date: 2018-03-14T21:59:24+01:00
db_flatstore: doxygen fixes
---
Modified: src/modules/db_flatstore/flat_cmd.h
---
Diff: https://github.com/kamailio/kamailio/commit/3071e888bc279a691d9f896bbdd67df0... Patch: https://github.com/kamailio/kamailio/commit/3071e888bc279a691d9f896bbdd67df0...
---
diff --git a/src/modules/db_flatstore/flat_cmd.h b/src/modules/db_flatstore/flat_cmd.h index 2029b34185..7a35f9be55 100644 --- a/src/modules/db_flatstore/flat_cmd.h +++ b/src/modules/db_flatstore/flat_cmd.h @@ -55,12 +55,13 @@ struct flat_cmd { int flat_cmd(db_cmd_t* cmd);
-/** The main execution function in flat SER driver. +/** The main execution function in the flat driver. * This is the main execution function in this driver. It is executed whenever * a SER module calls db_exec and the target database of the commands is * flatstore. * @param res A pointer to (optional) result structure if the command returns * a result. + * @param cmd database command structure * @retval 0 if executed successfully * @retval A negative number if the database server failed to execute command * @retval A positive number if there was an error on client side (SER)