[Groonga-commit] groonga/groonga [master] grn_ii_buffer: change the type of update_buffer_size.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 23日 (木) 20:44:15 JST


Daijiro MORI	2012-02-23 20:44:15 +0900 (Thu, 23 Feb 2012)

  New Revision: 82fe3a3aaaa11671ab247feeed34147305aa4bb6

  Log:
    grn_ii_buffer: change the type of update_buffer_size.

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+2 -1)
===================================================================
--- lib/ii.c    2012-02-23 20:28:50 +0900 (0c57308)
+++ lib/ii.c    2012-02-23 20:44:15 +0900 (f4e2031)
@@ -7068,7 +7068,8 @@ grn_ii_buffer_merge(grn_ctx *ctx, grn_ii_buffer *ii_buffer,
 }
 
 grn_ii_buffer *
-grn_ii_buffer_open(grn_ctx *ctx, grn_ii *ii, uint64_t update_buffer_size)
+grn_ii_buffer_open(grn_ctx *ctx, grn_ii *ii,
+                   long long unsigned int update_buffer_size)
 {
   if (ii && ii->lexicon) {
     grn_ii_buffer *ii_buffer = GRN_MALLOCN(grn_ii_buffer, 1);




Groonga-commit メーリングリストの案内
Back to archive index