summaryrefslogblamecommitdiffhomepage
path: root/src/nxt_file_event.h
blob: d4255ce9429e139849865a6619f5128db106b3a5 (plain) (tree)
1
2
3
4
5
6
7




                            

                                   





                                
                              
                   

 
                                        
/*
 * 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_ */