From d5a8a002db6fe18f72f703bc9cab88c03351a8bc Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 5 Aug 2008 17:05:34 +0000 Subject: datastore inheritance is a channel feature, so move this definition back git-svn-id: http://svn.digium.com/svn/asterisk/trunk@135681 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/channel.h | 2 ++ include/asterisk/datastore.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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