From: Kevin P. Fleming Date: Tue, 5 Aug 2008 17:05:34 +0000 (+0000) Subject: datastore inheritance is a channel feature, so move this definition back X-Git-Tag: 1.6.2.0-beta1~1508 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f24d7a89f56d94408edc092626ff7886e5f68d8d;p=thirdparty%2Fasterisk.git 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 --- diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index 6166359faf..9356bd84fe 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 fe1ff84622..6eb4cf2a56 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 */