Files
linuxkit/alpine/packages/transfused
David Sheets 224bbcea63 transfused: change protocol to support events, add syslog logging
The event string in the 9p socket file system now contains a 1 byte
channel type immediately preceding the connection ID. This channel type
determines which protocol will be used on the channel -- m for FUSE
protocol, e for events. The event messages are host-initiated and have
the following structure:

  2 bytes for total length
  2 bytes for path length + NUL (x)
  x bytes for path
  1 byte  for syscall

stderr logging was also changed to syslog-based logging in this patch.

Signed-off-by: David Sheets <david.sheets@docker.com>
2016-03-18 09:33:41 +00:00
..
2016-03-17 14:06:39 +00:00
2016-02-12 14:07:43 +00:00
2016-02-12 14:07:43 +00:00
2016-02-12 14:07:43 +00:00