]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add send option statement.
authorTed Lemon <source@isc.org>
Thu, 5 Nov 1998 18:48:37 +0000 (18:48 +0000)
committerTed Lemon <source@isc.org>
Thu, 5 Nov 1998 18:48:37 +0000 (18:48 +0000)
includes/statement.h

index e79274ed4b6cb58a43fa4fc4e10c0d775f58cf62..44ddf4af08900f49a2efa2f6c3f3565e8a46ab67 100644 (file)
@@ -51,6 +51,7 @@ struct executable_statement {
                supersede_option_statement,
                append_option_statement,
                prepend_option_statement,
+               send_option_statement,
        } op;
        union {
                struct {