Globus Toolkit  6.0.1610491877
globus_i_gfs_control.h
1 /*
2  * Copyright The University of Chicago
3  *
4  * All Rights Reserved.
5  */
6 
7 #ifndef GLOBUS_I_GFS_CONTROL_H
8 #define GLOBUS_I_GFS_CONTROL_H
9 
10 #include "globus_xio.h"
11 
13 globus_i_gfs_control_start(
14  globus_xio_handle_t handle,
15  globus_xio_system_socket_t system_handle,
16  const char * remote_contact,
17  const char * local_contact,
18  globus_i_gfs_server_close_cb_t close_func,
19  void * user_arg);
20 
21 #endif
globus_result_t
uint32_t globus_result_t
Definition: globus_types.h:99