ppp: Transition the phase directly
authorDenis Kenzior <denkenz@gmail.com>
Tue, 13 Apr 2010 19:11:44 +0000 (14:11 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Tue, 13 Apr 2010 19:21:12 +0000 (14:21 -0500)
commitfed99b926553bfec68afa65663e4148172eb12ec
tree463479bf03b31903c74f4f4e34c0d95ac5c675e2
parent552db428ef06f1dfd650bcb549dda93a743640eb
ppp: Transition the phase directly

Use of the generate event function, while more 'pure' with regard to how
the spec views transitions, actually makes code more difficult to read.

Instead use phase transitions directly inside gatppp.  This still bleeds
through a little into lcp code, and probably should be fixed in a better
way eventually.
gatchat/gatppp.c
gatchat/ppp.h
gatchat/ppp_lcp.c