1f4c927cd7
Scality Droplet is a high perfomance Cloud Storage client library providing a set of high-level features. It is open source and released under the BSD License. Multiple backends are supported: S3 (Simple Storage Service), CDMI (Cloud Data Management Interface), SRWS (Scality Simple Rest Web Service). On-the-fly encryption/decryption and buffered I/O are also supported. initial port from Vadim Zhukov tweaks by me and sthen@, ok sthen@
11 lines
624 B
Plaintext
11 lines
624 B
Plaintext
$OpenBSD: patch-libdroplet_include_droplet_conn_h,v 1.1.1.1 2011/12/23 13:10:30 jasper Exp $
|
|
--- libdroplet/include/droplet/conn.h.orig Thu Dec 15 14:12:57 2011
|
|
+++ libdroplet/include/droplet/conn.h Thu Dec 15 14:13:09 2011
|
|
@@ -85,5 +85,5 @@ void dpl_conn_release(dpl_conn_t *conn);
|
|
void dpl_conn_terminate(dpl_conn_t *conn);
|
|
dpl_status_t dpl_conn_pool_init(dpl_ctx_t *ctx);
|
|
void dpl_conn_pool_destroy(dpl_ctx_t *ctx);
|
|
-dpl_status_t dpl_conn_writev_all(dpl_conn_t *conn, struct iovec *iov, int n_iov, int timeout);
|
|
+//dpl_status_t dpl_conn_writev_all(dpl_conn_t *conn, struct iovec *iov, int n_iov, int timeout);
|
|
#endif
|