diff --git a/src/rsrv/camessage.c b/src/rsrv/camessage.c index 385e6654d..ca33d2286 100644 --- a/src/rsrv/camessage.c +++ b/src/rsrv/camessage.c @@ -1364,7 +1364,7 @@ LOCAL int claim_ciu_action ( caHdrLargeArray *mp, * * (called by the db call back thread) */ -LOCAL void write_notify_call_back(PUTNOTIFY *ppn) +LOCAL void write_notify_call_back(putNotify *ppn) { struct client *pclient; struct channel_in_use *pciu; diff --git a/src/rsrv/server.h b/src/rsrv/server.h index f291441d4..cee4a5a2c 100644 --- a/src/rsrv/server.h +++ b/src/rsrv/server.h @@ -115,7 +115,7 @@ typedef struct client { */ typedef struct rsrv_put_notify { ELLNODE node; - PUTNOTIFY dbPutNotify; + putNotify dbPutNotify; caHdrLargeArray msg; unsigned valueSize; /* size of block pointed to by dbPutNotify */ int busy; /* put notify in progress */