diff options
Diffstat (limited to 'accel-pptpd/ppp.h')
-rw-r--r-- | accel-pptpd/ppp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/ppp.h b/accel-pptpd/ppp.h index 9d8cdf12..39a0d41b 100644 --- a/accel-pptpd/ppp.h +++ b/accel-pptpd/ppp.h @@ -95,6 +95,7 @@ struct ppp_layer_data_t struct list_head entry; struct ppp_layer_t *layer; struct layer_node_t *node; + int starting:1; int started:1; }; |