ebpf-for-windows/tests
Dave Thaler 8006f181e0
Libbpf API compatibility (#350)
* Libbpf API compatibility

Libbpf is incorporated as a submodule just for the header file.
As discussed in issue #84, we cannot currently use the implementation
since it is very Linux and GCC specific.

This PR also fixes a bug where the user-mode API was calling
CloseHandle directly instead of Platform::CloseHandle which is needed
to make tests work with the mock platform.

Addresses #84

Some code will be cleaner once issue #81 is done

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
2021-07-30 15:34:21 -07:00
..
api_test test extension - Part 1 (#336) 2021-07-14 14:40:34 -07:00
client Suppress C26451 (#312) 2021-06-28 16:13:29 -07:00
end_to_end Libbpf API compatibility (#350) 2021-07-30 15:34:21 -07:00
ext Verify that program type is supported by attach provider (#348) 2021-07-27 16:33:58 -07:00
libs Replace "information" with "info" for consistency (#331) 2021-07-07 11:16:35 -07:00
sample test extension - Part 1 (#336) 2021-07-14 14:40:34 -07:00
unit Libbpf API compatibility (#350) 2021-07-30 15:34:21 -07:00