Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp3527463ybi; Sun, 14 Jul 2019 16:24:00 -0700 (PDT) X-Google-Smtp-Source: APXvYqwl9DsY52nJSXtfbE9qW7atrVQWcP+tTDkcmydbs/NVUpQiTZoCIhpTiaJGdasahOOmYDjT X-Received: by 2002:a17:902:23:: with SMTP id 32mr25032688pla.34.1563146640790; Sun, 14 Jul 2019 16:24:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563146640; cv=none; d=google.com; s=arc-20160816; b=qFAIaksdd0rYkT7lQiuUlK4p2++NQjO+/tU7yrpfv33DWu48drLmgGSpVRMJPxjqmr waOFxFfeBXoTR3XGlNEM0Ur4KK2+FqCXtdX4O54h91LJYq6yYYkR2l1HgU6XPTkMG7Fa RxyIeT0Enem61rRK/VRmJovyIpzE3c/n04AgOmeZ9R9PE16yU9NUSV+JfjGeRBPbgFot EqTYqji24+CClqFdw8C9Zvc6RMcRJJFw7RAPSXIVDuRxBzJfbLQH5y+2cfKEYMmTyt97 RR+IZyubtFYDmkpNwCT7Q1OYOapyn97EztVoYtYc7wJ3P0qv2UIRvmZ+0ZLan6CoOb6o 9fwQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=aegUHoOd6kn+QhQ/nbZzCeyALR1G8MI4Qybba6BVjqI=; b=Sk7WGbwi8AdJnkAFA0SViz2CV34FETR1ROPaU8chh0MKKvvpoNvKi2AMEfQ5GxIrJ8 TzxzRhHGnGl9BhLCzcBru4Y8ed4x9KIIdLDZtfi/42aHHxhNgzBvmpM+VWHbgLgRizqZ HM7Sb9DUqPaobKj/tBgMZZq3/x61YL6HddlcuChnbeNS3NrLDqxuyFEGqoLhHsGqoZ/K qMh8GZTAn69NKjucTBNydBvUlrR8Y0LEsUjcEwjHIIRNAB/7Hbiy8XaJ/2uxRAxtj5KE tlwQhqta7EzHuruigbOICfDY/739+vXUpdtoc2vaxnCRePdt41IBgtYzd1yoSwk1aS0n DDYw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d12si13943242pla.121.2019.07.14.16.23.31; Sun, 14 Jul 2019 16:24:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728898AbfGNXXY (ORCPT + 99 others); Sun, 14 Jul 2019 19:23:24 -0400 Received: from mga02.intel.com ([134.134.136.20]:39738 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728803AbfGNXXY (ORCPT ); Sun, 14 Jul 2019 19:23:24 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jul 2019 16:23:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,492,1557212400"; d="scan'208";a="168805630" Received: from rreichel-mobl1.amr.corp.intel.com (HELO ingas-nuc1.sea.intel.com) ([10.254.24.81]) by fmsmga007.fm.intel.com with ESMTP; 14 Jul 2019 16:23:23 -0700 From: Inga Stotland To: linux-bluetooth@vger.kernel.org Cc: brian.gix@intel.com, michal.lowas-rzechonek@silvair.com, jakub.witowski@silvair.com, Inga Stotland Subject: [PATCH BlueZ 02/10 v3] mesh: Rename mesh-db.c to mesh-config-json.c Date: Sun, 14 Jul 2019 16:23:12 -0700 Message-Id: <20190714232320.20921-3-inga.stotland@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190714232320.20921-1-inga.stotland@intel.com> References: <20190714232320.20921-1-inga.stotland@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org This moves mesh-db.h to mesh-config.h and mesh-db.c to mesh-config-json.c. mesh-config.h declares common APIs for storing mesh node configuration. mesh-config-json.c defines the APIs for JSOn specific storage. This allows for future parallel implementation a different (not JSON-based) mechanism of storing node configuration. --- Makefile.mesh | 2 +- mesh/cfgmod-server.c | 3 +-- mesh/{mesh-db.c => mesh-config-json.c} | 3 +-- mesh/{mesh-db.h => mesh-config.h} | 0 mesh/model.c | 2 +- mesh/node.c | 2 +- mesh/storage.c | 3 +-- 7 files changed, 6 insertions(+), 9 deletions(-) rename mesh/{mesh-db.c => mesh-config-json.c} (99%) rename mesh/{mesh-db.h => mesh-config.h} (100%) diff --git a/Makefile.mesh b/Makefile.mesh index 1ace507af..502ba2a47 100644 --- a/Makefile.mesh +++ b/Makefile.mesh @@ -25,7 +25,7 @@ mesh_sources = mesh/mesh.h mesh/mesh.c \ mesh/provision.h mesh/prov.h \ mesh/model.h mesh/model.c \ mesh/cfgmod.h mesh/cfgmod-server.c \ - mesh/mesh-db.h mesh/mesh-db.c \ + mesh/mesh-config.h mesh/mesh-config-json.c \ mesh/util.h mesh/util.c \ mesh/dbus.h mesh/dbus.c \ mesh/agent.h mesh/agent.c \ diff --git a/mesh/cfgmod-server.c b/mesh/cfgmod-server.c index a19ddc72e..486c87307 100644 --- a/mesh/cfgmod-server.c +++ b/mesh/cfgmod-server.c @@ -32,8 +32,7 @@ #include "mesh/appkey.h" #include "mesh/model.h" #include "mesh/storage.h" -#include "mesh/mesh-db.h" - +#include "mesh/mesh-config.h" #include "mesh/cfgmod.h" #define CFG_MAX_MSG_LEN 380 diff --git a/mesh/mesh-db.c b/mesh/mesh-config-json.c similarity index 99% rename from mesh/mesh-db.c rename to mesh/mesh-config-json.c index e0a000261..35d0bd27e 100644 --- a/mesh/mesh-db.c +++ b/mesh/mesh-config-json.c @@ -31,8 +31,7 @@ #include "mesh/mesh-defs.h" #include "mesh/util.h" - -#include "mesh/mesh-db.h" +#include "mesh/mesh-config.h" #define CHECK_KEY_IDX_RANGE(x) (((x) >= 0) && ((x) <= 4095)) diff --git a/mesh/mesh-db.h b/mesh/mesh-config.h similarity index 100% rename from mesh/mesh-db.h rename to mesh/mesh-config.h diff --git a/mesh/model.c b/mesh/model.c index e08f95b71..0474762e0 100644 --- a/mesh/model.c +++ b/mesh/model.c @@ -30,7 +30,7 @@ #include "mesh/mesh.h" #include "mesh/crypto.h" #include "mesh/node.h" -#include "mesh/mesh-db.h" +#include "mesh/mesh-config.h" #include "mesh/net.h" #include "mesh/appkey.h" #include "mesh/cfgmod.h" diff --git a/mesh/node.c b/mesh/node.c index dc9781482..51cf4cda8 100644 --- a/mesh/node.c +++ b/mesh/node.c @@ -31,7 +31,7 @@ #include "mesh/mesh-defs.h" #include "mesh/mesh.h" #include "mesh/net.h" -#include "mesh/mesh-db.h" +#include "mesh/mesh-config.h" #include "mesh/provision.h" #include "mesh/storage.h" #include "mesh/keyring.h" diff --git a/mesh/storage.c b/mesh/storage.c index 2b7804242..bba2ef348 100644 --- a/mesh/storage.c +++ b/mesh/storage.c @@ -22,7 +22,6 @@ #endif #define _GNU_SOURCE -//#include #include #include #include @@ -37,7 +36,7 @@ #include "mesh/node.h" #include "mesh/net.h" #include "mesh/appkey.h" -#include "mesh/mesh-db.h" +#include "mesh/mesh-config.h" #include "mesh/util.h" #include "mesh/storage.h" -- 2.21.0