diff options
author | root <root@tt1.(none)> | 2012-10-11 16:46:16 +0200 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2013-01-24 23:50:35 +0400 |
commit | 227298572c50013225752ff3af13ffc724d26ddf (patch) | |
tree | c23cd5875ef2069afc3ade17d2b702f283fe8f40 /accel-pppd/ppp/ppp.h | |
parent | 16ea2cdf30cf0ec046e7e1766659ffa27e63aa33 (diff) | |
download | accel-ppp-227298572c50013225752ff3af13ffc724d26ddf.tar.gz accel-ppp-227298572c50013225752ff3af13ffc724d26ddf.zip |
move 'comp' field from struct ppp_t to struct ap_session
[BConflicts:
accel-pppd/ctrl/openvpn/openvpn.c
Diffstat (limited to 'accel-pppd/ppp/ppp.h')
-rw-r--r-- | accel-pppd/ppp/ppp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accel-pppd/ppp/ppp.h b/accel-pppd/ppp/ppp.h index f5e0922..f07e028 100644 --- a/accel-pppd/ppp/ppp.h +++ b/accel-pppd/ppp/ppp.h @@ -64,7 +64,6 @@ struct ppp_t struct list_head layers; - const char *comp; struct ppp_lcp_t *lcp; }; |