X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserver_internal.h;h=74babfaae7ac02fd5a3f81d20baa364c26536ed5;hb=ccfbb5f7a211591c8e5503c99ac3333f469bbe83;hp=f7e70f46f103db00a4663f7c216ccf18272068cb;hpb=7259f22011c133f54062f2b9ab3838ba47e2b539;p=silc.git diff --git a/apps/silcd/server_internal.h b/apps/silcd/server_internal.h index f7e70f46..74babfaa 100644 --- a/apps/silcd/server_internal.h +++ b/apps/silcd/server_internal.h @@ -83,6 +83,7 @@ struct SilcServerStruct { router to a backup router. */ unsigned int wait_backup : 1; /* Set if we are waiting for backup router to connect to us. */ + unsigned int server_shutdown: 1; /* Set when shutting down */ SilcServerEntry router; /* Pointer to the primary router */ unsigned long router_connect; /* Time when router was connected */