globus_ftp_client
8.13
Main Page
Modules
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
globus_ftp_client_throughput_nl_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_THROUGHPUT_NL_PLUGIN_H
18
#define GLOBUS_FTP_CLIENT_THROUGHPUT_NL_PLUGIN_H
19
68
#include "
globus_ftp_client.h
"
69
#include "
globus_ftp_client_plugin.h
"
70
#include "
globus_ftp_client_throughput_plugin.h
"
71
#include "NetLogger.h"
72
73
#ifdef __cplusplus
74
extern
"C"
{
75
#endif
76
80
#define GLOBUS_FTP_CLIENT_THROUGHPUT_NL_PLUGIN_MODULE (&globus_i_ftp_client_throughput_nl_plugin_module)
81
82
extern
83
globus_module_descriptor_t globus_i_ftp_client_throughput_nl_plugin_module;
84
85
globus_result_t
86
globus_ftp_client_throughput_nl_plugin_init
(
87
globus_ftp_client_plugin_t
* plugin,
88
const
char
* nl_url,
89
const
char
* prog_name,
90
const
char
* opaque_string);
91
92
globus_result_t
93
globus_ftp_client_throughput_nl_plugin_init_with_handle
(
94
globus_ftp_client_plugin_t
* plugin,
95
NLhandle * nl_handle,
96
const
char
* opaque_string);
97
98
globus_result_t
99
globus_ftp_client_throughput_nl_plugin_destroy
(
100
globus_ftp_client_plugin_t
* plugin);
101
102
globus_result_t
103
globus_ftp_client_throughput_nl_plugin_set_callbacks
(
104
globus_ftp_client_plugin_t
* plugin,
105
globus_ftp_client_throughput_plugin_begin_cb_t
begin_cb,
106
globus_ftp_client_throughput_plugin_stripe_cb_t
per_stripe_cb,
107
globus_ftp_client_throughput_plugin_total_cb_t
total_cb,
108
globus_ftp_client_throughput_plugin_complete_cb_t
complete_cb,
109
void
* user_specific);
110
111
#ifdef __cplusplus
112
}
113
#endif
114
115
#endif
/* GLOBUS_FTP_CLIENT_THROUGHPUT_NL_PLUGIN_H */
Generated on Mon Oct 5 2015 18:13:27 for globus_ftp_client by
1.8.1.2