globus_ftp_client
8.17
Main Page
Modules
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
globus_ftp_client_restart_marker_plugin.h
Go to the documentation of this file.
1
/*
2
* Copyright 1999-2006 University of Chicago
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
#ifndef GLOBUS_FTP_CLIENT_RESTART_MARKER_PLUGIN_H
18
#define GLOBUS_FTP_CLIENT_RESTART_MARKER_PLUGIN_H
19
37
#include "
globus_ftp_client.h
"
38
#include "
globus_ftp_client_plugin.h
"
39
40
#ifdef __cplusplus
41
extern
"C"
{
42
#endif
43
47
#define GLOBUS_FTP_CLIENT_RESTART_MARKER_PLUGIN_MODULE (&globus_i_ftp_client_restart_marker_plugin_module)
48
49
extern
50
globus_module_descriptor_t globus_i_ftp_client_restart_marker_plugin_module;
51
92
typedef
globus_bool_t
93
(*
globus_ftp_client_restart_marker_plugin_begin_cb_t
)(
94
void
* user_arg,
95
globus_ftp_client_handle_t
* handle,
96
const
char
* source_url,
97
const
char
* dest_url,
98
globus_ftp_client_restart_marker_t
* user_saved_marker);
99
133
typedef
void (*
globus_ftp_client_restart_marker_plugin_marker_cb_t
)(
134
void
* user_arg,
135
globus_ftp_client_handle_t
* handle,
136
globus_ftp_client_restart_marker_t
* marker);
137
161
typedef
void (*
globus_ftp_client_restart_marker_plugin_complete_cb_t
)(
162
void
* user_arg,
163
globus_ftp_client_handle_t
* handle,
164
globus_object_t * error,
165
const
char
* error_url);
166
167
globus_result_t
168
globus_ftp_client_restart_marker_plugin_init
(
169
globus_ftp_client_plugin_t
* plugin,
170
globus_ftp_client_restart_marker_plugin_begin_cb_t
begin_cb,
171
globus_ftp_client_restart_marker_plugin_marker_cb_t
marker_cb,
172
globus_ftp_client_restart_marker_plugin_complete_cb_t
complete_cb,
173
void
* user_arg);
174
175
globus_result_t
176
globus_ftp_client_restart_marker_plugin_destroy
(
177
globus_ftp_client_plugin_t
* plugin);
178
179
180
#ifdef __cplusplus
181
}
182
#endif
183
184
#endif
/* GLOBUS_FTP_CLIENT_RESTART_MARKER_PLUGIN_H */
Generated by
1.8.3.1