clarify documentation

This commit is contained in:
Sears Russell 2009-12-09 19:55:27 +00:00
parent a6bd46fef5
commit cd8c63889d

View file

@ -29,7 +29,8 @@ struct stasis_page_handle_t {
* @see bufferManager.c for the implementation of pageWrite
*
* @param dat The page to be flushed to disk. No concurrent calls
* may have the same value of dat.
* may have the same value of dat; typical callers hold a writelock
* on dat->loadlatch.
*
*/
void (*write)(struct stasis_page_handle_t* ph, Page * dat);