prepare to upload
[debian/amanda] / common-src / amxml.h
index 2f64b62426dbab646464c8fa3b9340ac892ff35f..a8d40456b72c6cf46bf6323c1d85261db283ba61 100644 (file)
@@ -40,6 +40,7 @@ typedef struct script_s {
     execute_on_t                   execute_on;
     int                            execute_where;
     proplist_t                     property;
+    char                          *client_name;
     struct client_script_result_s *result;
 } script_t;
 
@@ -78,7 +79,9 @@ typedef struct a_dle_s {
     sl_t   *include_list;
     int     exclude_optional;
     int     include_optional;
+    proplist_t property;
     proplist_t application_property;
+    char        *application_client_name;
     scriptlist_t scriptlist;
     data_path_t  data_path;
     GSList      *directtcp_list;