summaryrefslogtreecommitdiffstats
path: root/src/wgtpkg-unit.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-05-02 10:34:52 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-09-19 15:25:36 +0200
commit6b647feb6483cecbfbf50efde394b5a7d8d0aa56 (patch)
tree13cca6999c0d4530f9445c19afb492021096c4ce /src/wgtpkg-unit.h
parent36b13c48406e977265669f5c99802571b8499cef (diff)
Include json description for callbacks
This tiny modification is mainly for debugging. Change-Id: Ieda90da49d365a7b092a02833227c869bd0397a4 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/wgtpkg-unit.h')
-rw-r--r--src/wgtpkg-unit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wgtpkg-unit.h b/src/wgtpkg-unit.h
index 8acc62e..10751a6 100644
--- a/src/wgtpkg-unit.h
+++ b/src/wgtpkg-unit.h
@@ -52,6 +52,7 @@ struct unitconf {
struct generatedesc {
const struct unitconf *conf;
+ struct json_object *desc;
const struct unitdesc *units;
int nunits;
};