]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/network/netdev/ifb.h
network: fix memleaks
[thirdparty/systemd.git] / src / network / netdev / ifb.h
1 /* SPDX-License-Identifier: LGPL-2.1+
2 * Copyright © 2019 VMware, Inc. */
3
4 #pragma once
5
6 #include "netdev.h"
7
8 typedef struct IntermediateFunctionalBlock {
9 NetDev meta;
10 } IntermediateFunctionalBlock;
11
12 DEFINE_NETDEV_CAST(IFB, IntermediateFunctionalBlock);
13 extern const NetDevVTable ifb_vtable;