Skip to content

Commit

Permalink
misc/header-test: update test for rdma_user_rxe.h in RHEL7
Browse files Browse the repository at this point in the history
  • Loading branch information
jbastian authored and veruu committed Jul 3, 2019
1 parent 238d4ff commit 4c57000
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/header-test/el7/common/3.10.0-0.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,9 @@ def setup(exc):

exc['rdma/rdma_user_cm.h'] = (['sys/socket.h'], OK, 'sockaddr_storage')

exc['rdma/rdma_user_rxe.h'] = ([SOCKADDR, 'linux/in.h', 'linux/in6.h'],
OK, 'sockaddr sockaddr_in sockaddr_in6')

exc['linux/openvswitch.h'] = ([SIZE_T, 'stdint.h'],
OK, 'size_t uint32_t uint64_t')

Expand Down

0 comments on commit 4c57000

Please sign in to comment.