X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=common-src%2Famxml.h;h=a8954e46b63447d4fcfedf71ab0abd406cda1cfe;hb=fd48f3e498442f0cbff5f3606c7c403d0566150e;hp=82dc0105e8cfe20996dbbdba97f33584d7854dff;hpb=96f35b20267e8b1a1c846d476f27fcd330e0b018;p=debian%2Famanda diff --git a/common-src/amxml.h b/common-src/amxml.h index 82dc010..a8954e4 100644 --- a/common-src/amxml.h +++ b/common-src/amxml.h @@ -45,18 +45,23 @@ typedef struct script_s { typedef GSList *scriptlist_t; +typedef struct level_s { + int level; + int server; /* if server can do the estimate */ +} level_t; +typedef GSList *levellist_t; /* A list where each element is a (level_t *) */ + typedef struct a_dle_s { char *disk; char *device; int program_is_application_api; char *program; - int calcsize; - estimate_t estimate; + estimatelist_t estimatelist; int spindle; int compress; int encrypt; int kencrypt; - GSList *level; + levellist_t levellist; int nb_level; char *dumpdate; char *compprog; @@ -75,6 +80,8 @@ typedef struct a_dle_s { int include_optional; proplist_t application_property; scriptlist_t scriptlist; + data_path_t data_path; + GSList *directtcp_list; struct a_dle_s *next; } dle_t;