18 lines
648 B
C
18 lines
648 B
C
|
/****************************************************************
|
||
|
* *
|
||
|
* Copyright 2007 Fidelity Information Services, Inc *
|
||
|
* *
|
||
|
* This source code contains the intellectual property *
|
||
|
* of its copyright holder(s), and is made available *
|
||
|
* under a license. If you do not know the terms of *
|
||
|
* the license, please stop and do not read further. *
|
||
|
* *
|
||
|
****************************************************************/
|
||
|
|
||
|
#ifndef __WCS_WRITE_IN_PROGRESS_WAIT_H__
|
||
|
#define __WCS_WRITE_IN_PROGRESS_WAIT_H__
|
||
|
|
||
|
boolean_t wcs_write_in_progress_wait(node_local_ptr_t cnl, cache_rec_ptr_t cr, wbtest_code_t wbox_test_code);
|
||
|
|
||
|
#endif
|