mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 14:17:02 +00:00
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
This commit is contained in:
@@ -152,6 +152,8 @@ extern "C" {
|
|||||||
#include "asterisk/stringfields.h"
|
#include "asterisk/stringfields.h"
|
||||||
#include "asterisk/datastore.h"
|
#include "asterisk/datastore.h"
|
||||||
|
|
||||||
|
#define DATASTORE_INHERIT_FOREVER INT_MAX
|
||||||
|
|
||||||
#define AST_MAX_FDS 10
|
#define AST_MAX_FDS 10
|
||||||
/*
|
/*
|
||||||
* We have AST_MAX_FDS file descriptors in a channel.
|
* We have AST_MAX_FDS file descriptors in a channel.
|
||||||
|
@@ -27,8 +27,6 @@ extern "C" {
|
|||||||
|
|
||||||
#include "asterisk/linkedlists.h"
|
#include "asterisk/linkedlists.h"
|
||||||
|
|
||||||
#define DATASTORE_INHERIT_FOREVER INT_MAX
|
|
||||||
|
|
||||||
/*! \brief Structure for a data store type */
|
/*! \brief Structure for a data store type */
|
||||||
struct ast_datastore_info {
|
struct ast_datastore_info {
|
||||||
const char *type; /*!< Type of data store */
|
const char *type; /*!< Type of data store */
|
||||||
|
Reference in New Issue
Block a user