Revision 93148aa5 qemu-file.h

b/qemu-file.h
47 47
 */
48 48
typedef int (QEMUFileCloseFunc)(void *opaque);
49 49

  
50
/* Called to determine if the file has exceeded it's bandwidth allocation.  The
50
/* Called to determine if the file has exceeded its bandwidth allocation.  The
51 51
 * bandwidth capping is a soft limit, not a hard limit.
52 52
 */
53 53
typedef int (QEMUFileRateLimit)(void *opaque);

Also available in: Unified diff