Merge pull request #3111 from Cacodemon345/qt-compile-fix

serial_passthrough: Allow configuration of named pipe parameter
This commit is contained in:
Miran Grča
2023-02-16 18:16:07 +01:00
committed by GitHub
6 changed files with 96 additions and 6 deletions

View File

@@ -50,6 +50,7 @@ typedef struct serial_passthrough_s {
intptr_t master_fd; /* file desc for master pseudo terminal or
* socket or alike */
char host_serial_path[1024]; /* Path to TTY/host serial port on the host */
char named_pipe[1024]; /* (Windows only) Name of the pipe. */
void *backend_priv; /* Private platform backend data */
} serial_passthrough_t;