diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-07-09 20:54:47 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-07-09 20:54:47 +0200 |
| commit | 59da9e439317c83d5374d06832060fbd66efbbbc (patch) | |
| tree | 65b1b18119198a4df79828f81da6b2bab313e8a5 /sys/linux/rdma_cm.txt | |
| parent | 710eefe85a976c438da255499fbefd1a6c989ef6 (diff) | |
sys/linux: use negative consts where useful
Diffstat (limited to 'sys/linux/rdma_cm.txt')
| -rw-r--r-- | sys/linux/rdma_cm.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/rdma_cm.txt b/sys/linux/rdma_cm.txt index 4878edcb8..700a62c83 100644 --- a/sys/linux/rdma_cm.txt +++ b/sys/linux/rdma_cm.txt @@ -9,8 +9,8 @@ include <rdma/ib_verbs.h> include <rdma/ib.h> resource fd_rdma_cm[fd] -resource rdma_cm_id[int32]: 0xffffffff -resource rdma_cm_mcast_id[int32]: 0xffffffff +resource rdma_cm_id[int32]: -1 +resource rdma_cm_mcast_id[int32]: -1 type rdma_cm_uid int64[0:4] openat$rdma_cm(fd const[AT_FDCWD], file ptr[in, string["/dev/infiniband/rdma_cm"]], flags const[O_RDWR], mode const[0]) fd_rdma_cm |
