summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_file_event.h
blob: d4255ce9429e139849865a6619f5128db106b3a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) NGINX, Inc.
 */

#ifndef _NXT_FILE_EVENT_H_INCLUDED_
#define _NXT_FILE_EVENT_H_INCLUDED_


typedef struct {
    void                *data;
    nxt_file_t          *file;
    nxt_work_handler_t  handler;
    nxt_task_t          *task;
} nxt_file_event_t;


#endif /* _NXT_FILE_EVENT_H_INCLUDED_ */