From f24d7a89f56d94408edc092626ff7886e5f68d8d Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 5 Aug 2008 17:05:34 +0000 Subject: datastore inheritance is a channel feature, so move this definition back git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@135681 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/channel.h | 2 ++ include/asterisk/datastore.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/asterisk') 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 */ -- cgit v1.2.3