typedef enum { VM_SOC_SHUT_RD = 0x01, VM_SOC_SHUT_WR = 0x02, VM_SOC_SHUT_RDWR = VM_SOC_SHUT_RD|VM_SOC_SHUT_WR } vm_soc_shutdown_enum;
typedef enum { VM_SOC_SHUT_RD = 0x01, VM_SOC_SHUT_WR = 0x02, VM_SOC_SHUT_RDWR = VM_SOC_SHUT_RD|VM_SOC_SHUT_WR } vm_soc_shutdown_enum;
Shutdown(2), specified by Posix.1g.
vmsock.h
|
Members |
Description |
|
VM_SOC_SHUT_RD = 0x01 |
Shutdown the reading side. |
|
VM_SOC_SHUT_WR = 0x02 |
Shutdown the writing side. |
|
VM_SOC_SHUT_RDWR = VM_SOC_SHUT_RD|VM_SOC_SHUT_WR |
Shutdown both reading and writing sides. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.