X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fcommand.h;h=b85d2e05a18399c4bb3fdf6ede4ed556c32e0f94;hb=f1007db90d50d25f513cd0ce76f1b73fc5a388b8;hp=a334352ed9c691c9959aff0f2cadc757d19aef29;hpb=7803d1d2f87b62b6480ab04628a5074fafa43593;p=silc.git diff --git a/lib/silcclient/command.h b/lib/silcclient/command.h index a334352e..b85d2e05 100644 --- a/lib/silcclient/command.h +++ b/lib/silcclient/command.h @@ -60,9 +60,10 @@ struct SilcClientCommandContextStruct { executed after command reply has been executed. */ typedef struct SilcClientCommandPendingStruct { SilcCommand reply_cmd; + SilcUInt16 ident; + unsigned int reply_check : 8; SilcCommandCb callback; void *context; - SilcUInt16 ident; struct SilcClientCommandPendingStruct *next; } SilcClientCommandPending;