diff --git a/lib/mbselib.h b/lib/mbselib.h index 26867e6d..c7b0788d 100644 --- a/lib/mbselib.h +++ b/lib/mbselib.h @@ -1596,6 +1596,7 @@ struct _tic { unsigned UplDiscon : 1; /* Uplink disconnected */ unsigned Active : 1; /* If this area is active */ unsigned Deleted : 1; /* If this area is deleted */ + unsigned NewSR : 1; /* Connect new links SR */ statcnt Files; /* Total processed files */ statcnt KBytes; /* Total processed KBytes */ securityrec LinkSec; /* Link security flags */