added unix socket support into httpd urs

This commit is contained in:
2014-09-26 16:46:10 +00:00
parent 79ba0215eb
commit 718fd13481
5 changed files with 56 additions and 13 deletions

View File

@ -107,6 +107,9 @@ struct qse_skad_t
#endif
/* TODO: is this large enough?? */
qse_uint8_t data[QSE_SKAD_DATA_SIZE];
/* dummy member to secure extra space and force structure alignment */
qse_uintptr_t dummy;
};
#ifdef __cplusplus