2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 05:17:57 +00:00

In class structure,

- call spawn/submatch expression submatch
- add spawning flag to indicate whether or not to spawn.
This commit is contained in:
Ted Lemon 1999-03-16 00:51:11 +00:00
parent 8b252b42ba
commit 58bfaaa756

View File

@ -487,8 +487,9 @@ struct class {
struct expression *expr;
/* Expression used to compute subclass identifiers for spawning
and subsequent matching. */
struct expression *spawn;
and to do subclass matching. */
struct expression *submatch;
int spawning;
struct group *group;