X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontext.h;h=c2578036035f92bc73062aaf81566b8912a6a43e;hb=f78394f2320d8d9d9efb3ea7da3dc740de1ef1e3;hp=5e9d998acb9d8a9e4798da2e6a4fc9df15ae9636;hpb=fa6db29d8b2c2f24f48fe7b85d52c7ee541d5fb2;p=citadel.git diff --git a/citadel/context.h b/citadel/context.h index 5e9d998ac..c25780360 100644 --- a/citadel/context.h +++ b/citadel/context.h @@ -129,6 +129,7 @@ struct CitContext { struct cit_ical *CIT_ICAL; /* calendaring data */ struct ma_info *ma; /* multipart/alternative data */ const char *ServiceName; /* readable purpose of this session */ + long tcp_port; void *openid_data; /* Data stored by the OpenID module */ char *ldap_dn; /* DN of user when using AUTHMODE_LDAP */