From f5442bde55872d703f184f8617329f706bad8149 Mon Sep 17 00:00:00 2001 From: Necip Fazil Yildiran Date: Mon, 10 Aug 2020 14:43:38 +0000 Subject: pkg, prog: add per-field direction attribute --- docs/syscall_descriptions.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/syscall_descriptions.md') diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md index d3f8f5d17..3fe18b904 100644 --- a/docs/syscall_descriptions.md +++ b/docs/syscall_descriptions.md @@ -169,10 +169,9 @@ close(r0) ``` Syscall arguments are always `in`, return values are `out` and pointer indirections -have explicit direction as `ptr` type attribute. Note: for pointer indirections -the direction applies to the whole pointee, and it's not possible to specify the -direction individually for struct fields at the moment -(see [#245](https://github.com/google/syzkaller/issues/245)). +have explicit direction as `ptr` type attribute. Also, it is possible to specify +direction attribute individually for struct fields to account for more complex +producer/consumer scenarious with structs that include both input/output resources.
-- cgit mrf-deployment