In this example, the Client
process uses the file systems and network stack, and the VfsFsnet
process handles the IPC requests of the Client
process related to the use of file systems and the network stack. This approach is utilized when there is no need to separate data streams related to file systems and the network stack.
The IPC channel name must be assigned by the _VFS_CONNECTION_ID
macro defined in the header file sysroot-*-kos/include/vfs/defs.h
from the KasperskyOS SDK.
Init description of the example:
init.yaml
- name: Client
connections:
- target: VfsFsnet
id: {var: _VFS_CONNECTION_ID, include: vfs/defs.h}
- name: VfsFsnet
Page top