diff options
Diffstat (limited to 'src/starter/confread.h')
-rw-r--r-- | src/starter/confread.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/starter/confread.h b/src/starter/confread.h index 465652c02..918dea397 100644 --- a/src/starter/confread.h +++ b/src/starter/confread.h @@ -152,8 +152,9 @@ struct starter_config { bool charonstart; bool plutostart; - /* pluto keywords */ + /* pluto/charon keywords */ char **plutodebug; + char *charondebug; char *prepluto; char *postpluto; bool uniqueids; |