Product Documentation

FairCom DB API for C

Previous Topic

Next Topic

ctdbGetBehavior

Return the status of the specified CTDB runtime behavior.

Declaration

CTBOOL ctDECL ctdbGetBehavior(CTHANDLE Handle, LONG item)

Parameters

  • Handle [in] the session handle.
  • Item [in] the behavior to be checked.

Returns

ctdbGetBehavior returns YES if the behavior is ON. Otherwise, it returns NO.

See also

ctdbSetBehavior

TOCIndex