Skip to content

Commit

Permalink
rebase from main
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Jan 3, 2025
1 parent 4b5db1b commit 3430467
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ios/MullvadTypes/Protocols/DaitaV2Parameters.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import Foundation

public struct DaitaV2Parameters: Equatable {
public struct DaitaV2Parameters: Equatable, Sendable {
public let machines: String
public let maximumEvents: UInt32
public let maximumActions: UInt32
Expand Down
2 changes: 1 addition & 1 deletion ios/PacketTunnel/WireGuardAdapter/WgAdapter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import NetworkExtension
import PacketTunnelCore
@preconcurrency import WireGuardKit

struct WgAdapter: TunnelAdapterProtocol, @unchecked Sendable {
class WgAdapter: TunnelAdapterProtocol, @unchecked Sendable {
let logger = Logger(label: "WgAdapter")
let adapter: WireGuardAdapter

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

import MullvadREST
import WireGuardKitTypes
import MullvadTypes
@preconcurrency import WireGuardKitTypes

public enum EphemeralPeerNegotiationState: Equatable, Sendable {
Expand Down

0 comments on commit 3430467

Please sign in to comment.