1 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
2 /*
3 *
4 * Copyright (C) 2003 University of Chicago, Ohio Supercomputer Center.
5 * See COPYRIGHT notice in top-level directory.
6 */
7
8 #include "ad_gridftp.h"
9 #include "adioi.h"
10
11 /* GridFTP doesn't give you a way to cache writes on the client side, so
12 is essentially a no-op */
13 /* if there is a mechanism where we can ask the server to flush data to disk we
14 * should do it here. I'll leave that up to Troy */
15
16 void ADIOI_GRIDFTP_Flush(ADIO_File fd, int *error_code)
17 {
18 return;
19 }