X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Finclude%2Ffrontend%2Fconnection-private.h;h=6cf7395b7c122b0c5c329c622be47745f71f5bb3;hb=52f0df58b96af940cf6f527b4dd052a051f299bd;hp=d484a0863e8a670e8a8a69a9679c008f8b58b418;hpb=5bed28501c56d1268d49e62d807897d2ce32af3f;p=sysdb.git diff --git a/src/include/frontend/connection-private.h b/src/include/frontend/connection-private.h index d484a08..6cf7395 100644 --- a/src/include/frontend/connection-private.h +++ b/src/include/frontend/connection-private.h @@ -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 */ };