« Previous | Next » 

Revision 8c82e9a4

ID8c82e9a4331bad42dfc01158fbd1e8f4c2f1c957

Added by Stefan Hajnoczi over 11 years ago

aio: switch aiocb_size type int -> size_t

Using appropriate types for variables is a good thing :). All users
simply do sizeof(MyType) and the value is passed to a memory allocator,
it should be size_t.

Signed-off-by: Stefan Hajnoczi <>
Reviewed-by: Paolo Bonzini <>
Signed-off-by: Kevin Wolf <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences