Added comment field

This commit is contained in:
Michiel Broek 2005-04-16 15:41:07 +00:00
parent 25109be9e7
commit 82137984f7

View File

@ -2040,6 +2040,7 @@ struct _ibcsrvhdr {
struct _ibcsrv {
char comment[41]; /* Comment */
char server[64]; /* Peer server name */
char passwd[16]; /* Password */
unsigned Active : 1; /* Is server active */