aboutgitcodelistschat:MatrixIRC
path: root/demo/connect.hjson
blob: 91d5af1ae7923ce71d7fda38d8263568c3abe1e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
  {
    "match": [
      { "connect": { "addr": { "family": "unix", "path": "/var/run/pr-helper.sock" }, "fd": { "tag": "fd" } } }
    ],
    "call": [
      { "socket": { "family": "unix", "type": "stream", "flags": 0, "protocol": 0 }, "ret": "new_fd" },
      { "connect": { "fd": { "tag": { "get": "new_fd" } }, "addr": { "family": "unix", "path": "/tmp/demo.sock" } }, "ret": "y" }
    ],
    "fd": { "src": { "tag": "fd" }, "new": { "tag": "new_fd" }, "close_on_exec": false },
    "return": 0
  }
]