summaryrefslogtreecommitdiff
path: root/include/asterisk/ari.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/ari.h')
-rw-r--r--include/asterisk/ari.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/ari.h b/include/asterisk/ari.h
index c9f47a6e5..79b9516eb 100644
--- a/include/asterisk/ari.h
+++ b/include/asterisk/ari.h
@@ -95,6 +95,8 @@ struct ast_ari_response {
/*! HTTP response code.
* See http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html */
int response_code;
+ /*! File descriptor for whatever file we want to respond with */
+ int fd;
/*! Corresponding text for the response code */
const char *response_text; /* Shouldn't http.c handle this? */
/*! Flag to indicate that no further response is needed */