summaryrefslogtreecommitdiffstats
path: root/source3/smbd/globals.h
Commit message (Collapse)AuthorAgeFilesLines
* s3:smbd: make kernel oplocks event drivenStefan Metzmacher2009-01-271-6/+0
| | | | | | And use signal events for Linux oplocks. metze
* s3:smbd: convert aio to use tevent_signalStefan Metzmacher2009-01-271-2/+1
| | | | metze
* s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLDStefan Metzmacher2009-01-271-3/+0
| | | | metze
* s3:smbd: restructure kernel oplocks codeStefan Metzmacher2009-01-221-8/+1
| | | | | | | | This converts the irix oplocks code to use a fd event and removes the last special case for file descriptors for the main sys_select(). metze
* s3:smbd: handle incoming smb requests via event handlersStefan Metzmacher2009-01-091-0/+6
| | | | | | | | | | We use a fd event and receive incoming smb requests when the fd becomes readable. It's not completely nonblocking yet, but it should behave like the old code. We use timed events to trigger retries for deferred open calls. metze
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-0/+219
The goal is to move all this variables into a big context structure. metze