0
0
mirror of https://github.com/yse/easy_profiler.git synced 2025-01-14 08:37:55 +08:00

Fix multiple defined symbols of DEFAULT_ADDRESS on gcc+linux.

This commit is contained in:
Rokas Kupstys 2017-03-01 11:12:35 +02:00
parent b5c1e69f8b
commit 88c14e25f6

View File

@ -38,7 +38,7 @@ along with this program.If not, see <http://www.gnu.org/licenses/>.
namespace profiler {
namespace net {
const char* DAFAULT_ADDRESS = "tcp://127.0.0.1:28077";
#define DAFAULT_ADDRESS "tcp://127.0.0.1:28077"
const uint32_t EASY_MESSAGE_SIGN = 20160909;
#pragma pack(push,1)