diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-07-30 11:59:16 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-15 23:17:52 +0200 |
commit | 89a83128840708df6d645b572a95b2d114d146fd (patch) | |
tree | 55f8974e84d432eda76b1efe520b030d87074335 /libtrivfs/Makefile | |
parent | b83056e9bbb8d42e9b15b73edded33e464ae9a6a (diff) |
libtrivfs: add fsys_get_children
Create a server function returning EOPNOTSUPP.
* libtrivfs/fsys-get-children.c: New file.
Diffstat (limited to 'libtrivfs/Makefile')
-rw-r--r-- | libtrivfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index 1c6fd5ee..3163777e 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -34,7 +34,8 @@ IOSRCS=io-async-icky.c io-async.c io-duplicate.c io-map.c io-modes-get.c \ io-stat.c io-stubs.c io-write.c io-version.c io-identity.c FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-stubs.c fsys-syncfs.c \ - fsys-forward.c fsys-set-options.c fsys-get-options.c + fsys-forward.c fsys-set-options.c fsys-get-options.c \ + fsys-get-children.c OTHERSRCS=demuxer.c protid-clean.c protid-dup.c cntl-create.c \ cntl-clean.c migsupport.c times.c startup.c open.c \ |