Differences From Artifact [2ead4ff626]:
- File xvfs-common.h — part of check-in [47dcf5fc27] at 2019-05-01 20:53:31 on branch trunk — Added start of XVFS system (user: rkeene, size: 169) [annotate] [blame] [check-ins using]
- File xvfs-core.h — part of check-in [1ecab39ce5] at 2019-05-02 14:16:15 on branch trunk — Renamed core bits to "xvfs-core" (user: rkeene, size: 169) [annotate] [blame] [check-ins using]
To Artifact [0df39402a8]:
- File xvfs-core.h — part of check-in [f74a2e47ab] at 2019-05-02 14:36:25 on branch trunk — Start of a register interface (user: rkeene, size: 515) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | + + + + + + + | #ifndef XVFS_COMMON_H_1B4B28D60EBAA11D5FF85642FA7CA22C29E8E817 #define XVFS_COMMON_H_1B4B28D60EBAA11D5FF85642FA7CA22C29E8E817 1 #include <tcl.h> #define XVFS_PROTOCOL_VERSION 1 typedef const char **(*xvfs_proc_getChildren_t)(const char *path, Tcl_WideInt limit); typedef const unsigned char *(*xvfs_proc_getData_t)(const char *path, Tcl_WideInt start, Tcl_WideInt length); int Xvfs_Register(const char *fsName, int protocolVersion, xvfs_proc_getChildren_t getChildrenProc, xvfs_proc_getData_t getData); #endif |