[Groonga-commit] groonga/groonga at 3a42e76 [master] Add comments to some abbreviations

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Fri Jun 24 11:16:39 JST 2016


Kouhei Sutou	2016-06-24 11:16:39 +0900 (Fri, 24 Jun 2016)

  New Revision: 3a42e76f8203e23141665988fd01539cdfeda632
  https://github.com/groonga/groonga/commit/3a42e76f8203e23141665988fd01539cdfeda632

  Message:
    Add comments to some abbreviations

  Modified files:
    lib/grn_ii.h

  Modified: lib/grn_ii.h (+2 -2)
===================================================================
--- lib/grn_ii.h    2016-06-23 18:21:39 +0900 (33d7ead)
+++ lib/grn_ii.h    2016-06-24 11:16:39 +0900 (f088a5a)
@@ -63,8 +63,8 @@ struct grn_ii_header {
   uint32_t bgqtail;
   uint32_t bgqbody[GRN_II_BGQSIZE];
   uint32_t reserved[288];
-  uint32_t ainfo[GRN_II_MAX_LSEG];
-  uint32_t binfo[GRN_II_MAX_LSEG];
+  uint32_t ainfo[GRN_II_MAX_LSEG]; /* array info */
+  uint32_t binfo[GRN_II_MAX_LSEG]; /* buffer info */
   uint32_t free_chunks[GRN_II_N_CHUNK_VARIATION + 1];
   uint32_t garbages[GRN_II_N_CHUNK_VARIATION + 1];
   uint32_t ngarbages[GRN_II_N_CHUNK_VARIATION + 1];
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index