summaryrefslogtreecommitdiffstats
path: root/server/parser/pgsql.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/parser/pgsql.c')
-rw-r--r--server/parser/pgsql.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/parser/pgsql.c b/server/parser/pgsql.c
index 2d48289..2b25412 100644
--- a/server/parser/pgsql.c
+++ b/server/parser/pgsql.c
@@ -48,6 +48,8 @@
* Connect to a database, based on the given configuration
*
* @param cfg eurephiaVALUES containing the configuration
+ * @param id Database connection ID. Used to identify which thread is doing what with the database
+ * @param log Log context, where all logging will go
*
* @return Returns a database connection context
*/