MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / Shadow

Class Shadow

src/jrd/sdw.h:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32// Shadowing block
33
34class Shadow : public pool_alloc<type_sdw>
35{
36public:
37 Shadow* sdw_next; // next in linked list
38 jrd_file* sdw_file; // Stack of shadow files
39 USHORT sdw_number; // number of shadow
40 USHORT sdw_flags;
41};
42
43// sdw_flags
44

Callers 1

allocate_shadowFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected