diff --git a/distributeddatamgr/relational_store/include/relational_store.h b/distributeddatamgr/relational_store/include/relational_store.h index ff8863e40b2426b77d37186364fb575626b1d8b8..50849f5d6f89c1fc9f69ef10461e9f8dd1614c97 100644 --- a/distributeddatamgr/relational_store/include/relational_store.h +++ b/distributeddatamgr/relational_store/include/relational_store.h @@ -135,6 +135,12 @@ typedef struct { * @since 11 */ int area; + /** + * Indicates the names of the shared library containing fts etc. + * + * @since 12 + */ + char* pluginLibs[16]; } OH_Rdb_Config; #pragma pack()