2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-28 21:07:43 +00:00

Add support for ON_TRANSMISSION flag.

This commit is contained in:
Ted Lemon 2001-01-25 08:25:37 +00:00
parent 625f7cee54
commit be80b1a62c

View File

@ -85,6 +85,7 @@ struct executable_statement {
# define ON_COMMIT 1 # define ON_COMMIT 1
# define ON_EXPIRY 2 # define ON_EXPIRY 2
# define ON_RELEASE 4 # define ON_RELEASE 4
# define ON_TRANSMISSION 8
struct executable_statement *statements; struct executable_statement *statements;
} on; } on;
struct { struct {