diff options
| author | Dmitry Kozlov <xeb@mail.ru> | 2020-04-07 11:08:12 +0300 |
|---|---|---|
| committer | Dmitry Kozlov <xeb@mail.ru> | 2020-04-07 11:08:12 +0300 |
| commit | b8f8becfd5cdbf3399fed2867c22dccb16a80aa8 (patch) | |
| tree | 5118ffa2dd58e68086954b85c859498b0e9be09a /accel-pppd/include | |
| parent | b2de172cb0023d6bcf049cc2c68e95039ef84ffd (diff) | |
| parent | 7a9e1de558c188d420e39165119e92915af2b3d7 (diff) | |
| download | accel-ppp-b8f8becfd5cdbf3399fed2867c22dccb16a80aa8.tar.gz accel-ppp-b8f8becfd5cdbf3399fed2867c22dccb16a80aa8.zip | |
Merge branch 'master' of github.com:xebd/accel-ppp
Diffstat (limited to 'accel-pppd/include')
| -rw-r--r-- | accel-pppd/include/ap_net.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/include/ap_net.h b/accel-pppd/include/ap_net.h index 91ebdd5e..984c6c18 100644 --- a/accel-pppd/include/ap_net.h +++ b/accel-pppd/include/ap_net.h @@ -31,6 +31,7 @@ struct ap_net { void (*rtnl_put)(struct rtnl_handle *); int (*rtnl_open)(struct rtnl_handle *h, int proto); int (*move_link)(struct ap_net *net, int ifindex); + int (*get_ifindex)(const char * ifname); void (*release)(struct ap_net *net); }; |
