X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fcontext.h;fp=citadel%2Fcontext.h;h=4b450a416720bbc9cd0c9eb415a12415b50f5516;hp=6d93249b93423e7fdbe6a7c2ddb672a314fb709b;hb=40aa7150b98da08472e18fdec844e626415e9e64;hpb=6f49b72635d2c113c126eab5579fc5f1a8928bc6 diff --git a/citadel/context.h b/citadel/context.h index 6d93249b9..4b450a416 100644 --- a/citadel/context.h +++ b/citadel/context.h @@ -149,6 +149,8 @@ struct CitContext { long *cached_msglist; /* results of the previous CtdlForEachMessage() */ int cached_num_msgs; + char vcard_updated_by_ldap; /* !0 iff ldap changed the vcard, treat as aide update */ + AsyncIO *IO; /* if this session has AsyncIO going on... */ };