xpoolstate_warn_t

Contains information about an FSHOOK_TYPE_CHANGEPOOLSTATE_WARN event.

Service:
Defined In:fshooks.h

Structure

  typedef struct
  {
     uint32_t   enterExitID;
     uint16_t   oldState;
     uint16_t   newState;
     uint32_t   mode;
     volid_t    poolID;
  } xpoolstate_warn_t;
  

Fields

enterExitID

Associates the warn and report events of the operation and is same value on the warn and report events of the same operation, but unique across operations.

oldState

Contains the old state of the pool.

newState

Contains the new state which will be assigned to the pool.

mode

poolID

Contains the ID of the pool associated with this event.