xvolstate_warn_t

Contains information about an FSHOOK_TYPE_CHANGEVOLSTATE_WARN event.

Service:
Defined In:fshooks.h

Structure

  typedef struct
  {
     uint32_t   enterExitID;
     uint16_t   oldState;
     uint16_t   newState;
     uint32_t   mode;
     volid_t    volID;
     volid_t    poolID;
  } xvolstate_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 current state of the volume. For a list of possible values, see Section 30.8.9, Volume States.

newState

Contains the new state of the volume. For a list of possible values, see Section 30.8.9, Volume States.

mode

volID

Contains the ID of the volume associated with this event.

poolID

Contains the ID of the pool associated with this volume.