summaryrefslogtreecommitdiff
path: root/inc/request_context.h
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-07-15 10:57:11 +0000
committerBryan Ischo <bryan@ischo.com>2008-07-15 10:57:11 +0000
commitea2a15ab911ab49bccd30b9abd28b0fd8743972c (patch)
tree1e5d4b14b0215a3046e1999f9651021832cde182 /inc/request_context.h
parentfeee3c65cfa74ba4a55b9726df5438aaa5b31ac1 (diff)
downloadceph-libs3-ea2a15ab911ab49bccd30b9abd28b0fd8743972c.tar.gz
* S3RequestContext is now code complete, haven't tested it yet though
Diffstat (limited to 'inc/request_context.h')
-rw-r--r--inc/request_context.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/request_context.h b/inc/request_context.h
index 0d9d8b3..2cef70c 100644
--- a/inc/request_context.h
+++ b/inc/request_context.h
@@ -27,12 +27,11 @@
#include "libs3.h"
-
struct S3RequestContext
{
CURLM *curlm;
- int count;
+ struct Request *requests;
};