Rename service_type (type) to service_type_t.
authorDavin McCall <davmac@davmac.org>
Mon, 8 Jan 2018 19:42:34 +0000 (19:42 +0000)
committerDavin McCall <davmac@davmac.org>
Mon, 8 Jan 2018 19:42:34 +0000 (19:42 +0000)
commit9e8672e37b5d5f67bd7d3b99a72282e167177a5b
tree9973ad80c98a9f2b44ca588404b121be271cd1b3
parente4e1645227920bfbe7cd3b65f9efb1937eb3b4ad
Rename service_type (type) to service_type_t.

This is consistent with a number of other service-related types, and as
a bonus makes building with GCC 4.8 possible (it was previously confused
by a "service_type service_type = ..." declaration).
src/load_service.cc
src/service-constants.h
src/service.cc
src/service.h
src/tests/test_service.h
src/tests/tests.cc