File monitor_vacuum_ovfp_threshold.cpp¶
FileList > cubrid > src > monitor > monitor_vacuum_ovfp_threshold.cpp
Go to the source code of this file
#include <assert.h>#include "heap_file.h"#include "monitor_vacuum_ovfp_threshold.hpp"#include "memory_wrapper.hpp"
Macros¶
| Type | Name |
|---|---|
| define | BTID_COMPARE (a, b) ((([**a**](broker__monitor_8c.md#function-timeout))->[**vfid.volid**](structvfid.md#variable-volid) != (b)->[**vfid.volid**](structvfid.md#variable-volid)) ? (([**a**](broker__monitor_8c.md#function-timeout))->[**vfid.volid**](structvfid.md#variable-volid) - (b)->[**vfid.volid**](structvfid.md#variable-volid)) : (([**a**](broker__monitor_8c.md#function-timeout))->[**vfid.fileid**](structvfid.md#variable-fileid) - (b)->[**vfid.fileid**](structvfid.md#variable-fileid))) |
| define | NUM_ATTRS_CNT (5) |
| define | OID_COMPARE (a, b) /* multi line expression */ |
Macro Definition Documentation¶
define BTID_COMPARE¶
#define BTID_COMPARE (
a,
b
) `((( a )-> vfid.volid != (b)-> vfid.volid ) ? (( a )-> vfid.volid - (b)-> vfid.volid ) : (( a )-> vfid.fileid - (b)-> vfid.fileid ))`
define NUM_ATTRS_CNT¶
define OID_COMPARE¶
The documentation for this class was generated from the following file cubrid/src/monitor/monitor_vacuum_ovfp_threshold.cpp