ctdbIsExtSegment
Check if the segment mode is one of the extended modes.
Declaration
CTBOOL ctdbIsExtSegment(CTSEG_MODE SegMode)
Description
ctdbIsExtSegment() checks to see if the segment mode is one of the extended modes. Extended segments must have been added to the index with ctdbAddSegmentEx().
Returns
ctdbIsExtSegment() returns YES if the segment mode is extended, NO otherwise.
See also
ctdbAddSegmentEx()