00001 /* -*- Mode: C; c-basic-offset:4 ; -*- */ 00002 /* 00003 * 00004 * Copyright (C) 2003 University of Chicago, Ohio Supercomputer Center. 00005 * See COPYRIGHT notice in top-level directory. 00006 */ 00007 00008 #include "ad_gridftp.h" 00009 #include "adioi.h" 00010 00011 /* GridFTP doesn't give you a way to cache writes on the client side, so 00012 is essentially a no-op */ 00013 /* if there is a mechanism where we can ask the server to flush data to disk we 00014 * should do it here. I'll leave that up to Troy */ 00015 00016 void ADIOI_GRIDFTP_Flush(ADIO_File fd, int *error_code) 00017 { 00018 return; 00019 }