hwc_binlog_state.h 684 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * =====================================================================================
  3. *
  4. * Filename: sync_binlog_state.h
  5. *
  6. * Description: sync_binlog_state class definition.
  7. *
  8. * Version: 1.0
  9. * Created: 13/01/2021
  10. * Revision: none
  11. * Compiler: gcc
  12. *
  13. * Author: chenyujie, chenyujie28@jd.com@jd.com
  14. * Company: JD.com, Inc.
  15. *
  16. * =====================================================================================
  17. */
  18. #ifndef HWC_BINLOG_STATE_H_
  19. #define HWC_BINLOG_STATE_H_
  20. // local
  21. #include "hwc_state_base.h"
  22. class HwcSyncUnit;
  23. SyncState(Binlog)
  24. private:
  25. HwcSyncUnit* p_hwc_sync_unit_;
  26. ENDFLAG
  27. #endif