PUTNOTIFY => putNotify
This commit is contained in:
@@ -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
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user