Kouhei Sutou
null+****@clear*****
Tue Sep 8 17:14:03 JST 2015
Kouhei Sutou 2015-09-08 17:14:03 +0900 (Tue, 08 Sep 2015) New Revision: 222bae402d7d887bb4658c7fe3895f74118163d2 https://github.com/ranguba/rroonga/commit/222bae402d7d887bb4658c7fe3895f74118163d2 Message: Add missing initialization Modified files: ext/groonga/rb-grn.h ext/groonga/rb-groonga.c Modified: ext/groonga/rb-grn.h (+1 -0) =================================================================== --- ext/groonga/rb-grn.h 2015-09-08 17:12:35 +0900 (20b1209) +++ ext/groonga/rb-grn.h 2015-09-08 17:14:03 +0900 (12ee852) @@ -352,6 +352,7 @@ void rb_grn_init_query_logger (VALUE mGrn); void rb_grn_init_snippet (VALUE mGrn); void rb_grn_init_plugin (VALUE mGrn); void rb_grn_init_normalizer (VALUE mGrn); +void rb_grn_init_thread (VALUE mGrn); VALUE rb_grn_rc_to_exception (grn_rc rc); const char *rb_grn_rc_to_message (grn_rc rc); Modified: ext/groonga/rb-groonga.c (+1 -0) =================================================================== --- ext/groonga/rb-groonga.c 2015-09-08 17:12:35 +0900 (542fa1c) +++ ext/groonga/rb-groonga.c 2015-09-08 17:14:03 +0900 (1a36b7d) @@ -190,4 +190,5 @@ Init_groonga (void) rb_grn_init_snippet(mGrn); rb_grn_init_plugin(mGrn); rb_grn_init_normalizer(mGrn); + rb_grn_init_thread(mGrn); } -------------- next part -------------- HTML����������������������������... 다운로드