]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
In class structure,
authorTed Lemon <source@isc.org>
Tue, 16 Mar 1999 00:51:11 +0000 (00:51 +0000)
committerTed Lemon <source@isc.org>
Tue, 16 Mar 1999 00:51:11 +0000 (00:51 +0000)
- call spawn/submatch expression submatch
- add spawning flag to indicate whether or not to spawn.

includes/dhcpd.h

index c552b2ab891c7627485a6125c6cb0f8b0da27d3b..4966cf37ce2998ac5a3691a3635f22c6fdf96da4 100644 (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;