Spdk/module/bdev/longhorn/bdev_longhorn_sync_client.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
240 B
C

#ifndef SPDK_BDEV_LONGHORN_REBUILD_RPC__H
#define SPDK_BDEV_LONGHORN_REBUILD_RPC__H
int longhorn_sync_client(const char *addr, uint16_t port, uint64_t blob_id, struct spdk_lvol_store *lvs);
#endif /* SPDK_BDEV_LONGHORN_REBUILD_RPC__H */