summaryrefslogtreecommitdiff
path: root/src/tool_cfgable.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-02-23 15:30:24 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-02-24 21:25:36 +0000
commitf35668985e050623e40428f0a142eecd97dc00f6 (patch)
tree284c07d08a42fca0351ca1af99fee54f76cd7db7 /src/tool_cfgable.h
parente904b15f21e5669fa04baa59611a1a523cdae4c9 (diff)
downloadcurl-f35668985e050623e40428f0a142eecd97dc00f6.tar.gz
tool_cfgable: Added support for knowing the current operation
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r--src/tool_cfgable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h
index 69c2c2ee9..78d17c7d3 100644
--- a/src/tool_cfgable.h
+++ b/src/tool_cfgable.h
@@ -224,6 +224,7 @@ struct GlobalConfig {
CURL *easy; /* Once we have one, we keep it here */
struct OperationConfig *first;
+ struct OperationConfig *current;
struct OperationConfig *last; /* Always last in the struct */
};