ebpf-for-windows/include/bpf/hashmap.h

7 строки
179 B
C

// Copyright (c) Microsoft Corporation
// SPDX-License-Identifier: MIT
#pragma once
#pragma warning(push)
#include "../external/bpftool/libbpf/src/hashmap.h"
#pragma warning(pop)