[Groonga-mysql-commit] mroonga/mroonga at 1038eeb [master] Use list_push() for readability

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 10 11:19:55 JST 2015


Kouhei Sutou	2015-11-10 11:19:55 +0900 (Tue, 10 Nov 2015)

  New Revision: 1038eeb80229ca07e66f3e7f151537bba3d526db
  https://github.com/mroonga/mroonga/commit/1038eeb80229ca07e66f3e7f151537bba3d526db

  Message:
    Use list_push() for readability

  Modified files:
    lib/mrn_context_pool.cpp

  Modified: lib/mrn_context_pool.cpp (+1 -1)
===================================================================
--- lib/mrn_context_pool.cpp    2015-11-07 23:42:59 +0900 (badb520)
+++ lib/mrn_context_pool.cpp    2015-11-10 11:19:55 +0900 (1b3060a)
@@ -70,7 +70,7 @@ namespace mrn {
 
       {
         mrn::Lock lock(mutex_);
-        pool_ = list_cons(ctx, pool_);
+        list_push(pool_, ctx);
         grn_ctx_use(ctx, NULL);
       }
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index