globus_ftp_client  8.13
 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"
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
88  const char * nl_url,
89  const char * prog_name,
90  const char * opaque_string);
91 
92 globus_result_t
95  NLhandle * nl_handle,
96  const char * opaque_string);
97 
98 globus_result_t
100  globus_ftp_client_plugin_t * plugin);
101 
102 globus_result_t
109  void * user_specific);
110 
111 #ifdef __cplusplus
112 }
113 #endif
114 
115 #endif /* GLOBUS_FTP_CLIENT_THROUGHPUT_NL_PLUGIN_H */