From 699e71b0a2110a8e37d28dc9f0d7dd7932d86dc6 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Fri, 12 Aug 2005 12:29:02 +0000 Subject: [PATCH] Added new links SR flag in tic areas --- lib/mbselib.h | 1 + 1 file changed, 1 insertion(+) 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 */