X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver.h;h=e7c2d21a26c60747e446586d29646f208bdd3957;hb=1c4f486c0999f70c5de68ea0ddb4f9cbba879149;hp=8994f4199aeb1a3e3ec50cdfd8470ce9316305cb;hpb=b708adb2005e3ef485c9b3db819b2802449e1371;p=citadel.git diff --git a/citadel/server.h b/citadel/server.h index 8994f4199..e7c2d21a2 100644 --- a/citadel/server.h +++ b/citadel/server.h @@ -144,7 +144,8 @@ struct CitContext { char *session_specific_data; /* Used by individual protocol modules */ struct cit_ical *CIT_ICAL; /* calendaring data */ struct ma_info *ma; /* multipart/alternative data */ - const char* ServiceName; /**< whats our actual purpose? */ + const char *ServiceName; /* readable purpose of this session */ + void *openid_data; /* Data stored by the OpenID module */ }; typedef struct CitContext t_context;