]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
device: serialize access to IpcSetOperation
authorJosh Bleecher Snyder <josh@tailscale.com>
Mon, 25 Jan 2021 17:35:35 +0000 (09:35 -0800)
committerJosh Bleecher Snyder <josh@tailscale.com>
Mon, 25 Jan 2021 17:38:09 +0000 (09:38 -0800)
commitcecb41515d780213fd6b37bd04686f5296edf84c
treef4ac4a6f0f1566025aa9e246245ba2a16aa281d8
parenta9ce4b762cd8b9898ff69571194ad3f09ad6d7bd
device: serialize access to IpcSetOperation

Interleaves IpcSetOperations would spell trouble.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
device/device.go
device/uapi.go