summaryrefslogtreecommitdiffstats
path: root/loader/loader.h
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-08-18 16:11:30 -0400
committerChris Lumens <clumens@redhat.com>2009-09-30 11:59:14 -0400
commitd00cc79c8f633ace6e57430ffa7f380ca48c3161 (patch)
tree7313ca8f08b9416a1887467bfa670888f3ce051d /loader/loader.h
parenta390a49fa852b9aa26bd8f2fbb4e4f5ea6ab6e69 (diff)
downloadanaconda-d00cc79c8f633ace6e57430ffa7f380ca48c3161.tar.gz
anaconda-d00cc79c8f633ace6e57430ffa7f380ca48c3161.tar.xz
anaconda-d00cc79c8f633ace6e57430ffa7f380ca48c3161.zip
Add a CURL instance to the loader data.
Diffstat (limited to 'loader/loader.h')
-rw-r--r--loader/loader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/loader/loader.h b/loader/loader.h
index 807b82def..8a70cb5ef 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -18,6 +18,7 @@
*/
#include <stdint.h>
+#include <curl/curl.h>
#ifndef LOADER_H
#define LOADER_H
@@ -156,6 +157,8 @@ struct loaderData_s {
moduleInfoSet modInfo;
int inferredStage2, invalidRepoParam;
+
+ CURL *curl;
};
/* 64 bit platforms, definitions courtesy of glib */