mbox series

[BlueZ,0/1] Mesh: make SIG model header file locations more consistent

Message ID 20200901115418.82056-1-daan@dptechnics.com (mailing list archive)
Headers show
Series Mesh: make SIG model header file locations more consistent | expand

Message

Daan Pape Sept. 1, 2020, 11:54 a.m. UTC
The configuration model header was now in the tools/mesh directory while the
Generic OnOff header was in the tools/mesh-gatt directory. In preparation of 
implementing the Generic OnOff client model in the mesh-cfgclient tool and 
to make the structure more consistent I renamed and moved the header file of
the Generic OnOff model to the tools/mesh directory.

Daan Pape (1):
  Mesh: make SIG model header file locations more consistent

 tools/mesh-gatt/onoff-model.c |  2 +-
 tools/mesh-gatt/onoff-model.h | 33 ---------------------------------
 tools/meshctl.c               |  2 +-
 3 files changed, 2 insertions(+), 35 deletions(-)
 delete mode 100644 tools/mesh-gatt/onoff-model.h