eBPF for Windows
Data Fields
_bpf2c_version Struct Reference

Version information for the bpf2c compiler. This structure contains the version information for the bpf2c compiler that generated the module. It can be used to determine if the module is compatible with the current version of the eBPF for Windows runtime. More...

#include <bpf2c.h>

Data Fields

uint32_t major
 
uint32_t minor
 
uint32_t revision
 

Detailed Description

Version information for the bpf2c compiler. This structure contains the version information for the bpf2c compiler that generated the module. It can be used to determine if the module is compatible with the current version of the eBPF for Windows runtime.

Field Documentation

◆ major

uint32_t _bpf2c_version::major

◆ minor

uint32_t _bpf2c_version::minor

◆ revision

uint32_t _bpf2c_version::revision

The documentation for this struct was generated from the following file: