]> git.draconx.ca Git - upkg.git/blobdiff - src/uobject/uobject.h
libuobject: Store hierarchical object names for UObjects.
[upkg.git] / src / uobject / uobject.h
index e91bf5bee02b2609962ecd9713c746b2aab871d8..e0b22562beb25b5c2a6e3eb66d07cc72b77db424 100644 (file)
@@ -43,6 +43,7 @@ struct UObject {
 
        struct upkg *pkg;
        struct upkg_file *pkg_file;
+       char *pkg_name;
 };
 
 struct UObjectClass {