patch updated . . On Sat, May 26, 2012 at 9:34 PM, mahesh gondi <[email protected]> wrote:
> added missing the thread key initialisation for mk_cache_utils_gmt_text > --- > src/monkey.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/monkey.c b/src/monkey.c > index a0cf6a9..88cb15d 100644 > --- a/src/monkey.c > +++ b/src/monkey.c > @@ -54,6 +54,7 @@ static void mk_thread_keys_init(void) > pthread_key_create(&mk_cache_header_ka, NULL); > pthread_key_create(&mk_cache_header_ka_max, NULL); > pthread_key_create(&mk_cache_utils_gmtime, NULL); > + pthread_key_create(&mk_cache_utils_gmt_text, NULL); > pthread_key_create(&mk_plugin_event_k, NULL); > } > > -- > > >
0001-monkey-adds-thread-key-initialization.patch
Description: Binary data
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
