haiku/headers/private/userlandfs
Ingo Weinhold e66cd9d71b * For every request to userland we also send the team/thread/user/group ID of
the current thread, now. Implemented by introducing a new base class
  KernelRequest which has respective attributes.
* Server: RequestThreadContext does now also save the request that is being
  processed. Furthermore some space has been reserved for file system specific
  data, which can be initialized by the new
  FileSystem::InitRequestThreadContext().
* FUSE library: Implemented fuse_get_context() using the new
  RequestThreadContext feature.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29872 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-04-02 19:41:53 +00:00
..
fuse Don't go for pre 2.5 compatibility. 2009-03-18 16:39:46 +00:00
legacy We do now provide the BeOS style FS add-ons with the kernel interface they 2007-02-28 22:07:40 +00:00
private * For every request to userland we also send the team/thread/user/group ID of 2009-04-02 19:41:53 +00:00
shared * Include <Errors.h> -- we're checking for an error constant. 2009-03-22 01:33:47 +00:00