summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/channel.h2
-rw-r--r--include/asterisk/datastore.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 6166359fa..9356bd84f 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -152,6 +152,8 @@ extern "C" {
#include "asterisk/stringfields.h"
#include "asterisk/datastore.h"
+#define DATASTORE_INHERIT_FOREVER INT_MAX
+
#define AST_MAX_FDS 10
/*
* We have AST_MAX_FDS file descriptors in a channel.
diff --git a/include/asterisk/datastore.h b/include/asterisk/datastore.h
index fe1ff8462..6eb4cf2a5 100644
--- a/include/asterisk/datastore.h
+++ b/include/asterisk/datastore.h
@@ -27,8 +27,6 @@ extern "C" {
#include "asterisk/linkedlists.h"
-#define DATASTORE_INHERIT_FOREVER INT_MAX
-
/*! \brief Structure for a data store type */
struct ast_datastore_info {
const char *type; /*!< Type of data store */