19 lines
498 B
C
19 lines
498 B
C
/**
|
|
* Copyright (C) 2008 Happy Fish / YuQing
|
|
*
|
|
* FastDFS may be copied only under the terms of the GNU General
|
|
* Public License V3, which may be found in the FastDFS source kit.
|
|
* Please visit the FastDFS Home Page http://www.fastken.com/ for more detail.
|
|
**/
|
|
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include "client_global.h"
|
|
|
|
int g_tracker_server_http_port = 80;
|
|
TrackerServerGroup g_tracker_group = {0, 0, -1, NULL};
|
|
|
|
bool g_anti_steal_token = false;
|
|
BufferInfo g_anti_steal_secret_key = {0};
|
|
|