File: libvdeplug_netnode.h

package info (click to toggle)
vdeplug4 4.0.1-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: ansic: 4,280; makefile: 19
file content (12 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef LIBVDEPLUG_NETNODE_H
#define LIBVDEPLUG_NETNODE_H

#include <libvdeplug.h>
#include "libvdeplug_mod.h"

extern struct vdeplug_module vdeplug_hub_ops;
extern struct vdeplug_module vdeplug_multi_ops;
extern struct vdeplug_module vdeplug_switch_ops;
extern struct vdeplug_module vdeplug_bonding_ops;

#endif