Differences From Artifact [d0f2e4af12]:
- File xvfs-core.h — part of check-in [10f67b2ced] at 2019-09-16 20:43:45 on branch trunk — More tests and small fixes (user: rkeene, size: 2657) [annotate] [blame] [check-ins using]
To Artifact [b57f187c12]:
- File xvfs-core.h — part of check-in [f1d16a3958] at 2019-09-17 01:53:07 on branch trunk — Improved server mode to register all of //xvfs:/ (user: rkeene, size: 2692) [annotate] [blame] [check-ins using]
︙ | |||
66 67 68 69 70 71 72 73 74 75 76 77 78 79 | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | + | #elif defined(XVFS_MODE_SERVER) /* * In server mode we are going to implementing Xvfs_Register() * for flexible/client modes, just forward declare it */ XVFS_REGISTER_INTERFACE(Xvfs_Register) int Xvfs_Init(Tcl_Interp *interp); #else # error Unsupported XVFS_MODE #endif /* * In flexible or standalone mode, directly include what |
︙ |