Skip to content

Commit

Permalink
Merge pull request #150 from lhw2002426/multiprocess-loopback
Browse files Browse the repository at this point in the history
add unixsocket without real inode
  • Loading branch information
ken4647 authored Dec 2, 2024
2 parents 029a431 + c0ebec1 commit a98992a
Show file tree
Hide file tree
Showing 10 changed files with 966 additions and 30 deletions.
19 changes: 17 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions api/ruxos_posix_api/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ typedef struct {{
let allow_vars = [
"O_.*",
"AF_.*",
"SO_.*",
"SOCK_.*",
"SOL_.*",
"IPPROTO_.*",
"FD_.*",
"F_.*",
Expand Down
1 change: 1 addition & 0 deletions api/ruxos_posix_api/ctypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <unistd.h>
#include <dirent.h>

Expand Down
Loading

0 comments on commit a98992a

Please sign in to comment.