Grid Community Toolkit  6.2.1541705016
globus_xio_ordering_driver.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_XIO_ORDERING_DRIVER_H
18 #define GLOBUS_XIO_ORDERING_DRIVER_H
19 
25 #include "globus_common.h"
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
110 typedef enum
111 {
120 
122 
123 
128 typedef enum
129 {
138  /* globus_off_t offset */
140 
149  /* int max_read_count */
151 
159  /* int * max_read_count_out */
161 
175  /* globus_bool_t buffering */
177 
185  /* globus_bool_t * buffering_out */
187 
196  /* int buf_size */
198 
206  /* int * buf_size_out */
208 
217  /* int max_buf_count */
219 
227  /* int * max_buf_count_out */
229 
231 
232 #ifdef __cplusplus
233 }
234 #endif
235 
236 #endif /* GLOBUS_XIO_ORDERING_DRIVER_H */
Definition: globus_xio_ordering_driver.h:146
Definition: globus_xio_ordering_driver.h:138
Definition: globus_xio_ordering_driver.h:113
Definition: globus_xio_ordering_driver.h:117
Definition: globus_xio_ordering_driver.h:150
Definition: globus_xio_ordering_driver.h:162
Definition: globus_xio_ordering_driver.h:134
Definition: globus_xio_ordering_driver.h:154
globus_xio_ordering_cmd_t
Definition: globus_xio_ordering_driver.h:126
Definition: globus_xio_ordering_driver.h:130
Definition: globus_xio_ordering_driver.h:142
Definition: globus_xio_ordering_driver.h:158
Headers common to all of Globus.
globus_xio_ordering_error_type_t
Definition: globus_xio_ordering_driver.h:108