mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +00:00
Support calling from inside via vsock
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
48f69c25a9
commit
60dd17fdd3
@ -12,7 +12,7 @@
|
||||
int main()
|
||||
{
|
||||
int sock;
|
||||
char *hello = "Hello from asterinas";
|
||||
char *hello = "echo 'Hello from host'\n";
|
||||
char buffer[1024] = { 0 };
|
||||
struct sockaddr_vm serv_addr;
|
||||
|
||||
|
Reference in New Issue
Block a user