commit | 1d9eb9947ca1b9d4ecc268d3548336d8aaeccb29 | [log] [tgz] |
---|---|---|
author | Nicolas Costa <ncosta@codeaurora.org> | Thu May 15 10:01:03 2014 -0500 |
committer | Nicolas Costa <ncosta@codeaurora.org> | Fri May 16 22:31:02 2014 -0500 |
tree | 93858b127e2678953fe4ce78d261af6d3d2f69c8 | |
parent | aee5d81712bd5c8bf69c76662701f594133ad4ee [diff] |
move global variable definition out of header moded a global variable definition of a list of strings out of a header file and replaced it with an accessor function. this fixes a compile error regarding multiple definitions of ecm_tracker_connection_state_to_string and ecm_tracker_sender_state_to_string encountered when trying to compile a unified version of ECM. Change-Id: I42c728b1e42f3f1ecbb9b2561e27430d303f7eaa Signed-off-by: Nicolas Costa <ncosta@codeaurora.org>