X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=listati%2Fsock_extended_err.h;fp=listati%2Fsock_extended_err.h;h=2a3bc084a7e3167f9a5187d07cc913b460d02a83;hb=997a10619163980437d438ba7a4d8dda3fc56d98;hp=0000000000000000000000000000000000000000;hpb=9a6d19e384fe9b1afbe4d9124ac34eaf7aa57562;p=gapil.git diff --git a/listati/sock_extended_err.h b/listati/sock_extended_err.h new file mode 100644 index 0000000..2a3bc08 --- /dev/null +++ b/listati/sock_extended_err.h @@ -0,0 +1,10 @@ +struct sock_extended_err { + u_int32_t ee_errno; /* error number */ + u_int8_t ee_origin; /* where the error originated */ + u_int8_t ee_type; /* type */ + u_int8_t ee_code; /* code */ + u_int8_t ee_pad; + u_int32_t ee_info; /* additional information */ + u_int32_t ee_data; /* other data */ + /* More data may follow */ +};