summaryrefslogtreecommitdiff
path: root/include/asterisk/frame.h
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-11-20 18:20:00 +0000
committerMark Michelson <mmichelson@digium.com>2008-11-20 18:20:00 +0000
commit3a9c27459eed77111a472154388c73c90b509153 (patch)
tree1b68a516fb0d29900e9900fa7595afe60f039507 /include/asterisk/frame.h
parent2d4e3b21eeec8bd3fc38e20f8b4add83548fea02 (diff)
Merged revisions 158072 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r158072 | twilson | 2008-11-20 11:48:58 -0600 (Thu, 20 Nov 2008) | 2 lines Begin on a crusade to end trailing whitespace! ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@158133 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/frame.h')
-rw-r--r--include/asterisk/frame.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index 96a9ca8e7..267a820e8 100644
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -134,6 +134,10 @@ enum {
* The dsp cannot be free'd if the frame inside of it still has
* this flag set. */
AST_FRFLAG_FROM_DSP = (1 << 2),
+ /*! This frame came from a filestream and is still the original frame.
+ * The filestream cannot be free'd if the frame inside of it still has
+ * this flag set. */
+ AST_FRFLAG_FROM_FILESTREAM = (1 << 3),
};
/*! \brief Data structure associated with a single frame of data