]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add support for ON_TRANSMISSION flag.
authorTed Lemon <source@isc.org>
Thu, 25 Jan 2001 08:25:37 +0000 (08:25 +0000)
committerTed Lemon <source@isc.org>
Thu, 25 Jan 2001 08:25:37 +0000 (08:25 +0000)
includes/statement.h

index 04da3d88d4773252031f807c934fed4bd5139ed8..fb0d39450544fc88110426ba300aa7d238acb667 100644 (file)
@@ -85,6 +85,7 @@ struct executable_statement {
 #                      define ON_COMMIT  1
 #                      define ON_EXPIRY  2
 #                      define ON_RELEASE 4
+#                      define ON_TRANSMISSION 8
                        struct executable_statement *statements;
                } on;
                struct {