Defined in header file: hzDatabase.h

Commands and notifications to and from DS (Delta Server)

Enum definition:

enum    hzDeltaReq
{

DELTA_ORIG_FILE_EQNotification of new content for an existing app data file
DELTA_ORIG_DIR_ADDNotification of a new file for an app directory
DELTA_ORIG_DIR_FILE_EQNotification of new content for existing file in an app directory
DELTA_ORIG_DIR_DELNotification of a file deletion
DELTA_ORIG_OBJECTNew data object (whole)
DELTA_ORIG_MBRVAL_EQNew value for member (singular)
DELTA_ORIG_MBRVAL_ADDAdditional member value (array member)
DELTA_ORIG_MBRVAL_DELDeletion of member value (array member)
DELTA_SVR_ACKRequest accepted, task completed
DELTA_SVR_NACKRequest refused
DELTA_SVR_FAILRequest was accepted but could not be completed
DELTA_NOTE_FILEServer notifies application of a file placed in its space
DELTA_NOTE_DELFILEServer notifies application of a file deleted from its space
DELTA_NOTE_OBJECTNew data object (whole)
DELTA_NOTE_MBRVAL_EQNew value for member (singular)
DELTA_NOTE_MBRVAL_ADDAdditional member value (array member)
DELTA_NOTE_MBRVAL_DELDeletion of member value (array member)
DELTA_NOTE_DATAMODELNew data model (client to shutdown and restart)
DELTA_CLI_ACKRequest accepted, task completed
DELTA_CLI_NACKRequest refused
DELTA_CLI_FAILRequest was accepted but could not be completed
DELTA_INTR_CONNECTOther server seeks connection to here
DELTA_INTR_QUITOther server is to disconnect from this server
DELTA_INTR_GETCONFIGOther server want's this server's config
DELTA_INTR_GETFSTATEOther server want's this server's file states
DELTA_INTR_GETDELTAOther server seeks to obtain a missing delta or set of deltas
DELTA_XMIT_FILE_EQNotification of new content for an existing app data file
DELTA_XMIT_DIR_ADDNotification of a new file for an app directory
DELTA_XMIT_DIR_FILE_EQNotification of new content for existing file in an app directory
DELTA_XMIT_DIR_DELNotification of a file deletion
DELTA_XMIT_OBJECTNew data object (whole)
DELTA_XMIT_MBRVAL_EQNew value for member (singular)
DELTA_XMIT_MBRVAL_ADDAdditional member value (array member)
DELTA_XMIT_MBRVAL_DELDeletion of member value (array member)

} ;