00001 /* -*- Mode: C; c-basic-offset:4 ; -*- */ 00002 /* 00003 * 00004 * Copyright (C) 2004 University of Chicago. 00005 * See COPYRIGHT notice in top-level directory. 00006 */ 00007 00008 #include "adio.h" 00009 00010 /* Generic implementation of ReadDone/WriteDone simply sets the 00011 * bytes field in the status structure and frees the request. 00012 * 00013 * Same function is used for both reads and writes. 00014 */ 00015 int ADIOI_FAKE_IODone(ADIO_Request *request, ADIO_Status *status, 00016 int *error_code) 00017 { 00018 /* should not ever get called now */ 00019 return 1; 00020 }