small changes for conf files
parent
3187fb3a29
commit
47759f2cf7
|
|
@ -19,6 +19,8 @@ group_name = group1
|
||||||
#
|
#
|
||||||
# bind IPv4 and IPv6 example: 192.168.2.100,2409:8a20:42d:2f40:587a:4c47:72c0:ad8e
|
# bind IPv4 and IPv6 example: 192.168.2.100,2409:8a20:42d:2f40:587a:4c47:72c0:ad8e
|
||||||
#
|
#
|
||||||
|
# as any/all addresses, IPv4 is 0.0.0.0, IPv6 is ::
|
||||||
|
#
|
||||||
bind_addr =
|
bind_addr =
|
||||||
|
|
||||||
# if bind an address of this host when connect to other servers
|
# if bind an address of this host when connect to other servers
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,8 @@ disabled = false
|
||||||
#
|
#
|
||||||
# bind IPv4 and IPv6 example: 192.168.2.100,2409:8a20:42d:2f40:587a:4c47:72c0:ad8e
|
# bind IPv4 and IPv6 example: 192.168.2.100,2409:8a20:42d:2f40:587a:4c47:72c0:ad8e
|
||||||
#
|
#
|
||||||
|
# as any/all addresses, IPv4 is 0.0.0.0, IPv6 is ::
|
||||||
|
#
|
||||||
bind_addr =
|
bind_addr =
|
||||||
|
|
||||||
# the tracker server port
|
# the tracker server port
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,7 @@ typedef struct
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
unsigned char my_status; //storage server status
|
unsigned char my_status; //storage server status
|
||||||
char src_id[FDFS_STORAGE_ID_MAX_SIZE]; //src storage id
|
char src_id[FDFS_STORAGE_ID_MAX_SIZE]; //src storage id
|
||||||
} TrackerStorageJoinBodyResp;
|
} TrackerStorageJoinBodyResp;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue