1 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */ 2 /* 3 * 4 * (C) 2008 by Argonne National Laboratory. 5 * See COPYRIGHT in top-level directory. 6 */ 7 int ADIOI_GRIDFTP_Feature (ADIO_File fd, int flag) 8 { 9 switch(flag) { 10 case ADIO_SCALABLE_OPEN: 11 case ADIO_SHARED_FP: 12 case ADIO_LOCKS: 13 case ADIO_SEQUENTIAL: 14 case ADIO_DATA_SIEVING_WRITES: 15 default: 16 return 0; 17 } 18 }