Added myname field

This commit is contained in:
Michiel Broek
2005-04-17 11:26:48 +00:00
parent a9753fbdb0
commit 2abb002c3c
2 changed files with 31 additions and 14 deletions

View File

@@ -2041,7 +2041,8 @@ struct _ibcsrvhdr {
struct _ibcsrv {
char comment[41]; /* Comment */
char server[64]; /* Peer server name */
char server[64]; /* Peer FQDN server name */
char myname[64]; /* My FQDN server name */
char passwd[16]; /* Password */
unsigned Active : 1; /* Is server active */
unsigned Deleted : 1; /* Must server be deleted */