aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.h')
-rw-r--r--src/plugin.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugin.h b/src/plugin.h
index 07a8c95..fd0d0b2 100644
--- a/src/plugin.h
+++ b/src/plugin.h
@@ -23,6 +23,9 @@
#include <libanjuta/interfaces/ianjuta-buildable.h>
#include <libanjuta/anjuta-launcher.h>
+#include "beaver-target.h"
+#include "beaver-target-qemu.h"
+
typedef struct _AnjutaPluginSdk AnjutaPluginSdk;
typedef struct _AnjutaPluginSdkClass AnjutaPluginSdkClass;
@@ -66,9 +69,6 @@ struct _AnjutaPluginSdk
guint poky_root_notifyid;
guint poky_mode_notifyid;
- guint update_environment_idle;
- guint qemu_settings_changed_idle;
-
guint remote_gdb_timeout;
gchar *triplet;
@@ -92,11 +92,9 @@ struct _AnjutaPluginSdk
gchar *project_root_uri;
IAnjutaMessageView *deploy_msg_view;
- IAnjutaMessageView *qemu_msg_view;
IAnjutaMessageView *remote_msg_view;
AnjutaLauncher *deploy_launcher;
- AnjutaLauncher *qemu_launcher;
AnjutaLauncher *remote_launcher;
AnjutaLauncher *remote_gdb_launcher;
AnjutaLauncher *oprofileui_launcher;
@@ -123,6 +121,8 @@ struct _AnjutaPluginSdk
gchar *remote_command;
IAnjutaBuildable *buildable;
+
+ BeaverTarget *target;
};
struct _AnjutaPluginSdkClass