dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
kpfleming 2008-08-05 17:05:34 +00:00
parent 0891b8a53c
commit d5a8a002db
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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 */