提交 1d1beab8 编写于 作者: G Guillaume Nault 提交者: Dmitry Kozlov

vlan_mon: make vlan_mon.h self-contained

We need to include <stdint.h> to define 'uint16_t'.
Signed-off-by: NGuillaume Nault <g.nault@alphalink.fr>
上级 e2014029
#ifndef __VLAN_MON_H
#define __VLAN_MON_H
#include <stdint.h>
typedef void (*vlan_mon_notify)(int ifindex, int vid, int vlan_ifindex);
void vlan_mon_register_proto(uint16_t proto, vlan_mon_notify cb);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册