[Groonga-commit] groonga/groonga at 18f5d87 [master] Add a comment for flags

アーカイブの一覧に戻る
Kouhei Sutou null+****@clear*****
Mon Mar 18 18:50:32 JST 2019


Kouhei Sutou	2019-03-18 18:50:32 +0900 (Mon, 18 Mar 2019)

  Revision: 18f5d87baba36168b2ffa715c965bbca2da0210a
  https://github.com/groonga/groonga/commit/18f5d87baba36168b2ffa715c965bbca2da0210a

  Message:
    Add a comment for flags

  Modified files:
    include/groonga/groonga.h

  Modified: include/groonga/groonga.h (+2 -0)
===================================================================
--- include/groonga/groonga.h    2019-03-18 16:52:38 +0900 (b0ea3be6a)
+++ include/groonga/groonga.h    2019-03-18 18:50:32 +0900 (03945ca98)
@@ -310,6 +310,8 @@ typedef uint32_t grn_column_flags;
 #define GRN_OBJ_KEY_WITH_SIS           (0x01<<6)
 #define GRN_OBJ_KEY_NORMALIZE          (0x01<<7)
 
+/* flags for grn_obj_flags and grn_column_flags */
+
 #define GRN_OBJ_COLUMN_TYPE_MASK       (0x07)
 #define GRN_OBJ_COLUMN_SCALAR          (0x00)
 #define GRN_OBJ_COLUMN_VECTOR          (0x01)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190318/11cd040d/attachment-0001.html>


More information about the Groonga-commit mailing list
アーカイブの一覧に戻る