summaryrefslogtreecommitdiff
path: root/includes/statement.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-01-25 08:25:37 +0000
committerTed Lemon <source@isc.org>2001-01-25 08:25:37 +0000
commitbe80b1a62ca88a8fb8e79da8b87f7787749b9be9 (patch)
tree389f428bb50fa39a1e6ca6a76ac3c86795423ceb /includes/statement.h
parent625f7cee54d5d5d9c193eac60178da928b448ea1 (diff)
downloadisc-dhcp-be80b1a62ca88a8fb8e79da8b87f7787749b9be9.tar.gz
Add support for ON_TRANSMISSION flag.
Diffstat (limited to 'includes/statement.h')
-rw-r--r--includes/statement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/statement.h b/includes/statement.h
index 04da3d88..fb0d3945 100644
--- a/includes/statement.h
+++ b/includes/statement.h
@@ -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 {