aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cfgable.h
diff options
context:
space:
mode:
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 */
};