summaryrefslogtreecommitdiffstats
path: root/source4/lib/messaging/messaging.h
Commit message (Collapse)AuthorAgeFilesLines
* r15049: for really efficient oplock handling with thousands of open files weAndrew Tridgell2007-10-101-0/+3
| | | | | | | | | will need a separate messaging endpoint per open file. To make this efficient extend the messaging layer to have a new registration function for temporary message types that maps via an idtree. I have updated the LOCAL-MESSAGING test to use the new function. (This used to be commit 4b976851d8b7ccd2c40010be095cef7fecf9e722)
* r15048: started on the server side implementation of oplocks. The code is notAndrew Tridgell2007-10-101-0/+1
| | | | | | functional yet, I'm committing so it doesn't diverge too much from other peoples work. It is disabled by default. (This used to be commit ba0b8a218dfe1ef6cdf7de724fb30650301369dd)
* r14616: added notify change support to the posix backendAndrew Tridgell2007-10-101-0/+1
| | | | | | | | It doesn't fully work yet, and doesn't yet have all the efficiency that is planned, but it doesn't break anything and I wanted to get the code in the tree to minimise the chance of collisions with the work metze is doing. (This used to be commit 1624ea88e6eef89caacc36e7513aa79df0d579b9)
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+35
(This used to be commit c722f665c90103f3ed57621c460e32ad33e7a8a3)