patches and low-level development discussion
 help / color / mirror / code / Atom feed
80bcd385fd591afb6a5e250b4e745bf9c7fcaaab blob 689 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
/* Copyright 2020 Alyssa Ross
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at https://mozilla.org/MPL/2.0/. */

#ifndef UTIL_VIRTIO_WL_H
#define UTIL_VIRTIO_WL_H

#include <sys/types.h>

struct virtwl_ioctl_txn;
struct msghdr;

int virtio_wl_connect(const char *name, uint32_t flags);

ssize_t virtio_wl_sendmsg(int sockfd, const struct msghdr *, int flags);
int virtio_wl_send_raw(int sockfd, struct virtwl_ioctl_txn *);

ssize_t virtio_wl_recvmsg(int sockfd, struct msghdr *, int flags);
int virtio_wl_recv_raw(int sockfd, struct virtwl_ioctl_txn *);

#endif
debug log:

solving 80bcd38 ...
found 80bcd38 in https://spectrum-os.org/lists/archives/spectrum-devel/20200708151600.10607-1-hi@alyssa.is/ ||
	https://spectrum-os.org/lists/archives/spectrum-devel/20200708210702.27743-1-hi@alyssa.is/ ||
	https://spectrum-os.org/lists/archives/spectrum-devel/20200726060358.24277-1-hi@alyssa.is/

applying [1/3] https://spectrum-os.org/lists/archives/spectrum-devel/20200708151600.10607-1-hi@alyssa.is/
diff --git a/src/virtio_wl.h b/src/virtio_wl.h
new file mode 100644
index 0000000..80bcd38

Checking patch src/virtio_wl.h...
Applied patch src/virtio_wl.h cleanly.

skipping https://spectrum-os.org/lists/archives/spectrum-devel/20200708210702.27743-1-hi@alyssa.is/ for 80bcd38
skipping https://spectrum-os.org/lists/archives/spectrum-devel/20200726060358.24277-1-hi@alyssa.is/ for 80bcd38
index at:
100644 80bcd385fd591afb6a5e250b4e745bf9c7fcaaab	src/virtio_wl.h

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).