|
|
@ -100,10 +100,10 @@ serverName(PoolName, Index) -> |
|
|
|
list_to_atom(atom_to_list(PoolName) ++ "_" ++ integer_to_list(Index)). |
|
|
|
|
|
|
|
asName(tcp, PrName) -> |
|
|
|
binary_to_atom(<<(atom_to_binary(PrName))/binary, "_TAs">>). |
|
|
|
binary_to_atom(<<(atom_to_binary(PrName))/binary, "TAs">>). |
|
|
|
|
|
|
|
lsName(tcp, PrName) -> |
|
|
|
binary_to_atom(<<(atom_to_binary(PrName))/binary, "_TLs">>). |
|
|
|
binary_to_atom(<<(atom_to_binary(PrName))/binary, "TLs">>). |
|
|
|
|
|
|
|
|
|
|
|
|