From cc20e826e0b5552d16cb8d463b60a2691783cd3b Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Fri, 11 Mar 2016 14:11:48 -0500 Subject: [PATCH] Add webhook options --- options-table.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/options-table.c b/options-table.c index ad061a20..eb87d8a9 100644 --- a/options-table.c +++ b/options-table.c @@ -942,6 +942,17 @@ const struct options_table_entry options_table[] = { .default_num = 30000 }, + { .name = "tmate-webhook-userdata", + .type = OPTIONS_TABLE_STRING, + .scope = OPTIONS_TABLE_SERVER, + .default_str = "" + }, + + { .name = "tmate-webhook-url", + .type = OPTIONS_TABLE_STRING, + .scope = OPTIONS_TABLE_SERVER, + .default_str = "" + }, #endif { .name = NULL }