[Groonga-commit] groonga/groonga [master] change the type of update_buffer_size from long long unsigned int to uint64_t.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 23日 (木) 19:19:48 JST


Susumu Yata	2012-02-23 19:19:48 +0900 (Thu, 23 Feb 2012)

  New Revision: 87431b92e8aaad872e753f643fe2fa2a02dd56e7

  Log:
    change the type of update_buffer_size from long long unsigned int to uint64_t.

  Modified files:
    lib/ii.h

  Modified: lib/ii.h (+1 -1)
===================================================================
--- lib/ii.h    2012-02-23 18:18:32 +0900 (c0fad19)
+++ lib/ii.h    2012-02-23 19:19:48 +0900 (1bcbee8)
@@ -190,7 +190,7 @@ void grn_ii_cursor_inspect(grn_ctx *ctx, grn_ii_cursor *c, grn_obj *buf);
 
 grn_rc grn_ii_build(grn_ctx *ctx, grn_ii *ii, unsigned int sparsity);
 grn_ii_buffer *grn_ii_buffer_open(grn_ctx *ctx, grn_ii *ii,
-                                  long long unsigned int update_buffer_size);
+                                  uint64_t update_buffer_size);
 grn_rc grn_ii_buffer_append(grn_ctx *ctx, grn_ii_buffer *ii_buffer,
                             grn_id rid, unsigned int section, grn_obj *value);
 grn_rc grn_ii_buffer_commit(grn_ctx *ctx, grn_ii_buffer *ii_buffer);




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