Code

frontend: Unified error reporting to the client.
[sysdb.git] / src / include / frontend / connection-private.h
index d484a0863e8a670e8a8a69a9679c008f8b58b418..6cf7395b7c122b0c5c329c622be47745f71f5bb3 100644 (file)
@@ -60,6 +60,8 @@ struct sdb_conn {
        uint32_t cmd;
        uint32_t cmd_len;
 
+       sdb_strbuf_t *errbuf;
+
        /* user information */
        char *username; /* NULL if the user has not been authenticated */
 };