aboutsummaryrefslogtreecommitdiff
path: root/libnetfs/dead-name.c
Commit message (Collapse)AuthorAgeFilesLines
* libdiskfs, libnetfs: Disable broken codeSergey Bugaev2022-08-101-0/+5
| | | | This logic is obviously broken, let's disable it for now.
* libnetfs: add fsys_get_childrenJustus Winter2013-09-151-0/+2
| | | | | | | | | | | Keep track of active translators and handle fsys_get_children requests. * libnetfs/Makefile (FSYSSRCS): Add fsys-get-children.c. * libnetfs/dead-name.c (ports_dead_name): Remove dead translators. * libnetfs/file-set-translator.c (netfs_S_file_set_translator): Register active translators. * libnetfs/fsys-get-children.c: New file.
* libnetfs: handle dead-name notificationsJustus Winter2013-08-291-0/+45
Handle dead-name notifications the same way libdiskfs does. In fact, dead-name.c is a verbatim copy with trivial modifications. It clears np->sockaddr if the dead name notification was for that port. * libnetfs/dead-name.c: New file. * libnetfs/Makefile (OTHERSRCS): Add dead-name.c.