small changes for conf files

pull/687/head
YuQing 2023-12-06 14:26:41 +08:00
parent 3187fb3a29
commit 47759f2cf7
4 changed files with 6 additions and 2 deletions

View File

@ -19,6 +19,8 @@ group_name = group1
#
# 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 =
# if bind an address of this host when connect to other servers

View File

@ -12,6 +12,8 @@ disabled = false
#
# 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 =
# the tracker server port

View File

@ -149,7 +149,7 @@ typedef struct
typedef struct
{
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;
typedef struct