#include "i2o/i2o.h"
#include <string.h>
Go to the source code of this file.
Classes | |
struct | _I2O_FU_DATA_DISCARD_MESSAGE_FRAME |
struct | _I2O_FU_DQM_DISCARD_MESSAGE_FRAME |
struct | _I2O_SM_DATA_MESSAGE_FRAME |
struct | _I2O_SM_DQM_MESSAGE_FRAME |
struct | _I2O_SM_MULTIPART_MESSAGE_FRAME |
struct | _I2O_SM_OTHER_MESSAGE_FRAME |
struct | _I2O_SM_PREAMBLE_MESSAGE_FRAME |
Macros | |
#define | I2O_ABSOLUTE_MAX_SIZE 262136 |
#define | I2O_FU_DATA_DISCARD 0x001f |
#define | I2O_FU_DQM_DISCARD 0x0020 |
#define | I2O_MAX_SIZE 64000 |
#define | I2O_SM_DATA 0x001b |
#define | I2O_SM_DQM 0x001e |
#define | I2O_SM_ERROR 0x001c |
#define | I2O_SM_OTHER 0x001d |
#define | I2O_SM_PREAMBLE 0x001a |
#define | MAX_I2O_SM_URLCHARS 50 |
#define I2O_ABSOLUTE_MAX_SIZE 262136 |
Definition at line 37 of file i2oEvfMsgs.h.
#define I2O_FU_DATA_DISCARD 0x001f |
Definition at line 26 of file i2oEvfMsgs.h.
Referenced by evf::FUResourceBroker::FUResourceBroker(), and stor::FUProxy::sendDataDiscard().
#define I2O_FU_DQM_DISCARD 0x0020 |
Definition at line 27 of file i2oEvfMsgs.h.
Referenced by evf::FUResourceBroker::FUResourceBroker(), and stor::FUProxy::sendDQMDiscard().
#define I2O_MAX_SIZE 64000 |
Definition at line 46 of file i2oEvfMsgs.h.
Referenced by evf::SMProxy::createFragmentChain().
#define I2O_SM_DATA 0x001b |
Definition at line 22 of file i2oEvfMsgs.h.
Referenced by stor::EventDistributor::addEventToRelevantQueues(), stor::StorageManager::bindI2OCallbacks(), stor::I2OChain::I2OChain(), and evf::SMProxy::sendDataEvent().
#define I2O_SM_DQM 0x001e |
Definition at line 25 of file i2oEvfMsgs.h.
Referenced by stor::StorageManager::bindI2OCallbacks(), stor::I2OChain::I2OChain(), and evf::SMProxy::sendDqmEvent().
#define I2O_SM_ERROR 0x001c |
Definition at line 23 of file i2oEvfMsgs.h.
Referenced by stor::EventDistributor::addEventToRelevantQueues(), stor::StorageManager::bindI2OCallbacks(), stor::I2OChain::I2OChain(), and evf::SMProxy::sendErrorEvent().
#define I2O_SM_OTHER 0x001d |
Definition at line 24 of file i2oEvfMsgs.h.
#define I2O_SM_PREAMBLE 0x001a |
Definition at line 21 of file i2oEvfMsgs.h.
Referenced by stor::StorageManager::bindI2OCallbacks(), stor::I2OChain::I2OChain(), and evf::SMProxy::sendInitMessage().
#define MAX_I2O_SM_URLCHARS 50 |
Definition at line 53 of file i2oEvfMsgs.h.
Referenced by stor::detail::ChainData::hltClassName(), stor::detail::ChainData::hltURL(), and evf::SMProxy::SMProxy().
FUResourceBroker DQM Discard Messages
Storage Manager DQM Messages
typedef struct _I2O_SM_MULTIPART_MESSAGE_FRAME I2O_SM_MULTIPART_MESSAGE_FRAME |
Definition at line 74 of file i2oEvfMsgs.h.
Storage Manager OTHER Messages
typedef struct _I2O_FU_DATA_DISCARD_MESSAGE_FRAME * PI2O_FU_DATA_DISCARD_MESSAGE_FRAME |
typedef struct _I2O_FU_DQM_DISCARD_MESSAGE_FRAME * PI2O_FU_DQM_DISCARD_MESSAGE_FRAME |
typedef struct _I2O_SM_MULTIPART_MESSAGE_FRAME * PI2O_SM_MULTIPART_MESSAGE_FRAME |
Definition at line 74 of file i2oEvfMsgs.h.