1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

Convert all uint8/16/32 to _t in all modules.

Signed-off-by: Richard Sharpe <rsharpe@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Richard Sharpe
2015-05-02 20:11:02 -07:00
committed by Jeremy Allison
parent f9056de9bf
commit e60cc280d6
28 changed files with 134 additions and 134 deletions

View File

@ -41,7 +41,7 @@ static bool init_aio_threadpool(struct tevent_context *ev_ctx,
struct pthreadpool **pp_pool,
void (*completion_fn)(struct tevent_context *,
struct tevent_fd *,
uint16,
uint16_t,
void *))
{
struct tevent_fd *sock_event = NULL;
@ -152,7 +152,7 @@ static struct aio_open_private_data *find_open_private_data_by_mid(uint64_t mid)
static void aio_open_handle_completion(struct tevent_context *event_ctx,
struct tevent_fd *event,
uint16 flags,
uint16_t flags,
void *p)
{
struct aio_open_private_data *opd = NULL;