Revision 7968a4bcd81a8ab89bfe1ca67390258f0c397ad3 authored by Fons Rademakers on 02 July 2004, 18:36:57 UTC, committed by Fons Rademakers on 02 July 2004, 18:36:57 UTC
Patch to support 'system' functionality via the rootd daemon, so one
can get file stat and access info and directory browsing via rootd.

- TNetFile.h, .cxx
  New class TNetSystem inheriting from TSystem.

- net/inc/LinkDef.h
  Added #pragma for TNetSystem

- TFTP.h, .cxx
  New methods AccessPathName, GetPathInfo, GetDirEntry,
  OpenDirectory, FreeDirectory

- TSystem.h, .cxx
  New method ConsistentWith to allow different matching
  criteria in the search for existing helpers (method
  FindHelper)

- rootd.cxx
  New functions RootdAccess, RootdFreeDir, RootdGetDirEntry,
  RootdOpenDir

- MessageTypes.h
  New messages kROOTD_OPENDIR, kROOTD_FREEDIR, kROOTD_DIRENTRY,
  kROOTD_ACCESS


git-svn-id: http://root.cern.ch/svn/root/trunk@9377 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 72c0aaf
History
File Mode Size
inc
src
Module.mk -rw-r--r-- 1.7 KB

back to top