mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:03:36 +03:00
curl: unify pointer names to global config
Use 'config' for pointing to a OperationConfig Use 'global' for pointing to GlobalConfig Bonus: add config_alloc(), an easier way to allocate + init a new OperationConfig struct. Closes #17888
This commit is contained in:
parent
695eee432f
commit
d516628d14
20 changed files with 110 additions and 123 deletions
|
|
@ -31,6 +31,7 @@ curl memory tracking operational
|
|||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<file name="%LOGDIR/memdump">
|
||||
MEM tool_cfgable.c
|
||||
MEM tool_paramhlp.c
|
||||
MEM tool_cfgable.c
|
||||
MEM tool_cfgable.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue