Spdk/module/bdev/longhorn/bdev_longhorn_remote_sync.h
Keith Lucas 70f0921810 Initial changes.
Signed-off-by: Keith Lucas <keith.lucas@suse.com>
2022-02-08 15:51:30 -05:00

8 lines
229 B
C

#ifndef SPDK_BDEV_LONGHORN_REMOTE_SYNC__H
#define SPDK_BDEV_LONGHORN_REMOTE_SYNC__H
int longhorn_remote_sync_server(const char *addr, uint16_t port, struct spdk_lvol_store *lvs);
#endif /* SPDK_BDEV_LONGHORN_REMOTE_SYNC__H */