Imported Upstream version 3.3.0
[debian/amanda] / common-src / amxml.h
index 2f64b62426dbab646464c8fa3b9340ac892ff35f..a670ba9146d7e2bef026968e18222b21aedc84b7 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;
 
@@ -79,6 +80,7 @@ typedef struct a_dle_s {
     int     exclude_optional;
     int     include_optional;
     proplist_t application_property;
+    char        *application_client_name;
     scriptlist_t scriptlist;
     data_path_t  data_path;
     GSList      *directtcp_list;