aboutsummaryrefslogtreecommitdiff
path: root/lib/multihandle.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-08-02 12:21:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-08-03 22:51:35 +0200
commit3cd43bbfecf571d8cf89d87edf29b8a6257a1379 (patch)
treeaec7f40196bf266d57d6a183e9696dbcee9f236e /lib/multihandle.h
parent204e340bcdf9cb42115d93ce06ee140c7eef90a8 (diff)
multi: rename all Curl_one_easy to SessionHandle
Diffstat (limited to 'lib/multihandle.h')
-rw-r--r--lib/multihandle.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/multihandle.h b/lib/multihandle.h
index 714abf6b7..552aa9379 100644
--- a/lib/multihandle.h
+++ b/lib/multihandle.h
@@ -59,8 +59,6 @@ typedef enum {
#define GETSOCK_READABLE (0x00ff)
#define GETSOCK_WRITABLE (0xff00)
-#define Curl_one_easy SessionHandle
-
/* This is the struct known as CURLM on the outside */
struct Curl_multi {
/* First a simple identifier to easier detect if a user mix up
@@ -68,8 +66,8 @@ struct Curl_multi {
long type;
/* We have a doubly-linked circular list with easy handles */
- struct Curl_one_easy *easyp;
- struct Curl_one_easy *easylp; /* last node */
+ struct SessionHandle *easyp;
+ struct SessionHandle *easylp; /* last node */
int num_easy; /* amount of entries in the linked list above. */
int num_alive; /* amount of easy handles that are added but have not yet