| 364 | } |
| 365 | |
| 366 | bool checkGuid(const Guid& guid) |
| 367 | { |
| 368 | if (!m_config->sourceGuid.Data1) |
| 369 | return true; |
| 370 | |
| 371 | if (!memcmp(&guid, &m_config->sourceGuid, sizeof(Guid))) |
| 372 | return true; |
| 373 | |
| 374 | return false; |
| 375 | } |
| 376 | |
| 377 | FB_UINT64 initReplica() |
| 378 | { |