aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.h')
-rw-r--r--src/plugin.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/plugin.h b/src/plugin.h
index b0a7a25..bdda406 100644
--- a/src/plugin.h
+++ b/src/plugin.h
@@ -72,8 +72,14 @@ struct _AnjutaPluginSdk
guint remote_gdb_timeout;
- gchar *triplet;
+ gchar *target_triplet;
+ gchar *host_triplet;
+
+ GHashTable *env_hash;
+ GHashTable *old_env_hash;
+
gchar *sdk_root;
+ gchar *target_archs;
gchar *poky_root;
PokyMode poky_mode;