mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-08 12:41:35 +00:00
context ID on vsock man defines a 32-bits value, openapi default integer is a signed 32-bits value. This could lead to miss one bit during castings for typed client implmentations. Lets increase the range of valid values by requesting an int64. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>