projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4764795
)
yeah... so... compiling before committing seems like it might be a good idea
author
Kevin P. Fleming
<kpfleming@digium.com>
Thu, 4 Jan 2007 23:25:05 +0000
(23:25 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Thu, 4 Jan 2007 23:25:05 +0000
(23:25 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49579
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/threadstorage.h
patch
|
blob
|
history
diff --git
a/include/asterisk/threadstorage.h
b/include/asterisk/threadstorage.h
index
4421011
..
1fd0f04
100644
(file)
--- a/
include/asterisk/threadstorage.h
+++ b/
include/asterisk/threadstorage.h
@@
-182,7
+182,7
@@
void *ast_threadstorage_get(struct ast_threadstorage *ts, size_t init_size),
)
#else /* defined(DEBUG_THREADLOCALS) */
AST_INLINE_API(
-void *__ast_threadstorage_get(struct ast_threadstorage *ts, size_t init_size),
+void *__ast_threadstorage_get(struct ast_threadstorage *ts, size_t init_size, const char *file, const char *function, unsigned int line),
{
void *buf;