Add. Allow get error option to socket.

This commit is contained in:
moteus 2013-05-29 14:33:27 +04:00
parent b84a5f3d08
commit 1de617e355
5 changed files with 43 additions and 0 deletions

View file

@ -85,6 +85,7 @@ static t_opt optset[] = {
static t_opt optget[] = {
{"ip-multicast-if", opt_get_ip_multicast_if},
{"ip-multicast-loop", opt_get_ip_multicast_loop},
{"error", opt_get_error},
{NULL, NULL}
};