summaryrefslogtreecommitdiff
path: root/plugins/msm.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/msm.h')
-rw-r--r--plugins/msm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/msm.h b/plugins/msm.h
index 3a6e75cba..b91e1a1a1 100644
--- a/plugins/msm.h
+++ b/plugins/msm.h
@@ -282,6 +282,7 @@ typedef struct sw_source_x {
typedef struct manifest_x { /*package manifest */
struct sw_source_x *sw_source; /* package sw source */
const char *name; /* package name */
+ const char *package_type; /* package type: system or application */
struct provide_x *provides; /* assign section */
struct request_x *request; /* request section */
struct sw_source_x *sw_sources; /*defined software sources(non-NULL only for configuration manifests)*/