PUTNOTIFY => putNotify

This commit is contained in:
Marty Kraimer
2002-02-28 15:32:35 +00:00
parent a436861676
commit a707668b0b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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 */