commit | b69a5cedc8e422da4c13298cedcd6976fda88d3c | [log] [tgz] |
---|---|---|
author | Tom Cherry | Wed Dec 11 14:26:37 2019 -0800 |
committer | Tom Cherry | Thu Dec 12 16:19:08 2019 -0800 |
tree | 1501188f6002545f9fadcd1c628b717262096b67 | |
parent | 06e6867cb3727fd76c287fa98807f69357451700 [diff] |
liblog: have writers handle their own state Remove the transport available and open functions since the writers are able to manage their own state. Remove the initialization dance with write_to_log, since it is unneeded once this is removed as well. Remove the global lock around the close() functions as correct locking has been added to the writers in a previous change. Test: logging works, liblog-unit-tests Change-Id: If7fa11e773763d0b5fcb2e696ad1c88ff4a4cfdf