Added dynamic dns flags

This commit is contained in:
Michiel Broek 2005-11-14 20:28:55 +00:00
parent f39e1b10b5
commit 1b637cdfcb

View File

@ -2061,6 +2061,7 @@ struct _ibcsrv {
unsigned Active : 1; /* Is server active */
unsigned Deleted : 1; /* Must server be deleted */
unsigned Compress : 1; /* Use compresssion */
unsigned Dyndns : 1; /* Remote uses dynamic dns */
};