aboutgitcodelistschat:MatrixIRC
path: root/demo/connect1.hjson
diff options
context:
space:
mode:
Diffstat (limited to 'demo/connect1.hjson')
-rw-r--r--demo/connect1.hjson8
1 files changed, 8 insertions, 0 deletions
diff --git a/demo/connect1.hjson b/demo/connect1.hjson
new file mode 100644
index 0000000..3469fc2
--- /dev/null
+++ b/demo/connect1.hjson
@@ -0,0 +1,8 @@
+[
+ { /* fake connect syscall */
+ "match": [
+ { "connect": { "addr": { "family": "unix", "path": "/fake.sock" } } }
+ ],
+ "return": 0
+ }
+]