X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fcommand.h;h=2e3273d6142c9bc029539f3ccd0f0e94689241c6;hb=f1007db90d50d25f513cd0ce76f1b73fc5a388b8;hp=464b261b7f8efacc8d881d945a2831b42b8b47f6;hpb=7803d1d2f87b62b6480ab04628a5074fafa43593;p=silc.git diff --git a/apps/silcd/command.h b/apps/silcd/command.h index 464b261b..2e3273d6 100644 --- a/apps/silcd/command.h +++ b/apps/silcd/command.h @@ -63,9 +63,10 @@ typedef struct { typedef struct SilcServerCommandPendingStruct { SilcServer server; SilcCommand reply_cmd; + SilcUInt16 ident; + unsigned int reply_check : 8; SilcCommandCb callback; void *context; - SilcUInt16 ident; struct SilcServerCommandPendingStruct *next; } SilcServerCommandPending;