summaryrefslogtreecommitdiffstats
path: root/src/server/uplink.h
diff options
context:
space:
mode:
authorsr2013-07-26 18:42:52 +0200
committersr2013-07-26 18:42:52 +0200
commit8b65d18653bb7a5c7aba714de0767a1e93ef78c1 (patch)
tree207212bdedaa918c2dc84005fe54826db40b26a6 /src/server/uplink.h
parentWork in progress: uplink (diff)
downloaddnbd3-8b65d18653bb7a5c7aba714de0767a1e93ef78c1.tar.gz
dnbd3-8b65d18653bb7a5c7aba714de0767a1e93ef78c1.tar.xz
dnbd3-8b65d18653bb7a5c7aba714de0767a1e93ef78c1.zip
[SERVER] Still working on the uplink... Almost there
Diffstat (limited to 'src/server/uplink.h')
-rw-r--r--src/server/uplink.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/uplink.h b/src/server/uplink.h
index 82412b4..f6917be 100644
--- a/src/server/uplink.h
+++ b/src/server/uplink.h
@@ -14,6 +14,8 @@ int uplink_net_closeness(dnbd3_host_t *host1, dnbd3_host_t *host2);
int uplink_init(dnbd3_image_t *image);
-dnbd3_connection_t* uplink_shutdown( dnbd3_connection_t *uplink);
+int uplink_request(dnbd3_client_t *client, uint64_t handle, uint64_t start, uint32_t length);
+
+void uplink_shutdown(dnbd3_image_t *image);
#endif /* UPLINK_H_ */