added the family parameter to Socket::get_ifce_address()

This commit is contained in:
2020-08-31 16:01:02 +00:00
parent ee44b2953f
commit db0457fe73
4 changed files with 111 additions and 27 deletions

View File

@ -19,7 +19,6 @@ static void print_usage (const qse_cli_t* cli)
qse_fprintf (QSE_STDERR, QSE_T(" --loglevel=string specify logging levels\n"));
qse_fprintf (QSE_STDERR, QSE_T(" --gate-addresses=string\n"));
qse_fprintf (QSE_STDERR, QSE_T(" specify the control channel address\n"));
qse_fprintf (QSE_STDERR, QSE_T(" --chroot=path speficy the special root\n"));
qse_fprintf (QSE_STDERR, QSE_T("\n"));
qse_fprintf (QSE_STDERR, QSE_T("logging type string: one or more of the followings delimited by a comma:\n"));
qse_fprintf (QSE_STDERR, QSE_T(" console, file, syslog\n"));