Optimize vsock code structure

This commit is contained in:
Anmin Liu
2024-05-14 10:36:14 +00:00
committed by Tate, Hongliang Tian
parent 60dd17fdd3
commit 646406115e
16 changed files with 189 additions and 94 deletions

View File

@ -9,5 +9,5 @@ cd ${VSOCK_DIR}
echo "Start vsock test......"
./vsock_client
# ./vsock_server
./vsock_server
echo "Vsock test passed."