OSI/FTAM Programming Reference Manual

NonStop FTAM Programming Examples
HP NonStop OSI/FTAM Programming Reference Manual528611-001
G-112
Example 2 in C—Moving a File Between Two
Remote Systems (in Wait Mode)
232 zaps_ddl_char32_def initiator_id;
233 zaps_ddl_char32_def account;
234 zaps_ddl_char32_def filestore_password;
235 zftm_ddl_func_units_def src_func_units;
236 zftm_ddl_func_units_def dst_func_units;
237 zftm_ddl_attr_groups_def src_attr_groups;
238 zftm_ddl_attr_groups_def dst_attr_groups;
239 zftm_ddl_cntnts_list_def src_contents_type_list;
240 zftm_ddl_cntnts_list_def dst_contents_type_list;
241 zftm_ddl_diagnostic_def diag;
242 zaps_ddl_char128_def src_file;
243 zaps_ddl_original_error_def original_error_info;
244 zftm_ddl_requested_access_def requested_access;
245 zftm_ddl_access_passwds_def access_passwords;
246 zftm_ddl_attr_names_def attr_names;
247 zftm_ddl_proc_mode_def process_mode;
248 zftm_ddl_read_attr_def file_attr;
249 zftm_ddl_cntnts_type_def contents_type;
250 zftm_ddl_create_attr_def initial_attr;
251 zftm_ddl_fadu_id_def dst_fadu_id;
252 zftm_ddl_fadu_id_def src_fadu_id;
253 zftm_ddl_access_cntxt_def access_context;
254 zftm_ddl_charging_def src_charging;
255 zftm_ddl_charging_def dst_charging;
256 zftm_ddl_change_attr_def change_attr;
257
258
259 /**********************************************************************/
260 /* End global data declarations */
261 /**********************************************************************/
262
263 /**********************************************************************/
264 /* Local function declarations */
265 /**********************************************************************/
266
267 void get_event ( int *expected_event, int cepi );
268 void check_status ( int cepi );
269 void check_error ();
270 void check_state ();