packet-corosync-totemknet.h 481 B

123456789101112131415161718
  1. /*
  2. * Copyright (C) 2026 Red Hat, Inc. All rights reserved.
  3. *
  4. * Routines for the corosync 3 protocol as used with Kronosnet
  5. *
  6. * Authors: Christine Caulfield <ccaulfie@redhat.com>
  7. *
  8. * This software licensed under LGPL-2.0+
  9. */
  10. #ifndef PACKET_COROSYNC_TOTEMKNET_H
  11. #define PACKET_COROSYNC_TOTEMKNET_H
  12. void proto_register_corosync_totemknet(void);
  13. void proto_reg_handoff_corosync_totemknet(void);
  14. WS_DLL_PUBLIC_DEF void plugin_register(void);
  15. #endif /* PACKET_KRONOSNET_H */