~ubuntu-branches/ubuntu/vivid/virtualbox/vivid

« back to all changes in this revision

Viewing changes to include/VBox/vmm/pdmblkcache.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-12-29 12:29:25 UTC
  • mfrom: (3.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20111229122925-8ota2o33fuk0bkf8
Tags: 4.1.8-dfsg-1
* New upstream release.
* Move all transitional packages to section oldlibs and priority extra.
* Refresh 16-no-update.patch.
* Drop 36-kernel-3.2.patch, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
328
328
 */
329
329
VMMR3DECL(int) PDMR3BlkCacheResume(PPDMBLKCACHE pBlkCache);
330
330
 
 
331
/**
 
332
 * Clears the block cache and removes all entries. The cache waits until all
 
333
 * I/O transfers completed.
 
334
 *
 
335
 * @returns VBox status code.
 
336
 * @param   pBlkCache       The cache instance.
 
337
 */
 
338
VMMR3DECL(int) PDMR3BlkCacheClear(PPDMBLKCACHE pBlkCache);
 
339
 
331
340
/** @} */
332
341
 
333
342
RT_C_DECLS_END