X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcske%2Fsilcske_i.h;fp=lib%2Fsilcske%2Fsilcske_i.h;h=b7b6e2e76157315174ed1e609b838f1728efbd17;hb=3192ac4ddd09cd3fabe10a88cd5c885f217650a4;hp=572b0837fbc368f0aa3f1f8162546b7fef627de0;hpb=5c43a88e369950a34b1c40d655b598bedd16beda;p=silc.git diff --git a/lib/silcske/silcske_i.h b/lib/silcske/silcske_i.h index 572b0837..b7b6e2e7 100644 --- a/lib/silcske/silcske_i.h +++ b/lib/silcske/silcske_i.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2005 - 2007 Pekka Riikonen + Copyright (C) 2005 - 2008 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -90,11 +90,11 @@ struct SilcSKEStruct { SilcUInt16 timeout; /* SKE timeout */ SilcUInt16 refcnt; /* Reference counter */ - unsigned int aborted : 1; /* Set when SKE aborted */ - unsigned int responder : 1; /* Set when we are responder side */ - unsigned int rekeying : 1; /* Set when rekeying */ - unsigned int failure_notified : 1; /* Set to indicate that we already called the failure notify routine */ - unsigned int fsm_finished : 1; /* Set when we're in FSM teardown */ + unsigned int aborted : 1; /* Set when SKE aborted */ + unsigned int responder : 1; /* Set when we are responder side */ + unsigned int rekeying : 1; /* Set when rekeying */ + unsigned int failure_notified : 1; /* Set to indicate that we already called + the failure notify routine */ }; #endif /* SILCSKE_I_H */