X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fevent_client.h;fp=citadel%2Fevent_client.h;h=e123979278d1987ffb4ed36a3e9b11cb1aad4b24;hb=158e8958500476d1115c7b70f6c81a87bb0ade47;hp=99d4259f65b3c377bf9f1803102f82c28b13c72e;hpb=e3e7a535f4370c4cd45cb9f820cb858eef349e80;p=citadel.git diff --git a/citadel/event_client.h b/citadel/event_client.h index 99d4259f6..e12397927 100644 --- a/citadel/event_client.h +++ b/citadel/event_client.h @@ -204,7 +204,7 @@ struct AsyncIO { /* Saving / loading a message async from / to disk */ ReadAsyncMsg *ReadMsg; struct CtdlMessage *AsyncMsg; - struct recptypes *AsyncRcp; + recptypes *AsyncRcp; /* Context specific data; Hint: put AsyncIO in there */ void *Data; /* application specific data */