From 632e9a8987961769fe478b0f60251f4fda5ca732 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 16 Feb 2012 17:13:09 +0400 Subject: Add support of buffered IO reset to support persistent connections. --- src/fstring.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/fstring.h') diff --git a/src/fstring.h b/src/fstring.h index 566cbdc32..c55c3627a 100644 --- a/src/fstring.h +++ b/src/fstring.h @@ -78,6 +78,11 @@ gint fstrpush_unichar (f_str_t *dest, gunichar c); */ f_str_t* fstralloc (memory_pool_t *pool, size_t len); +/* + * Allocate memory for f_str_t from temporary pool + */ +f_str_t* fstralloc_tmp (memory_pool_t *pool, size_t len); + /* * Truncate string to its len */ -- cgit v1.2.3