mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
fix linux
This commit is contained in:
parent
2ec843cd17
commit
09bda21ee6
@ -317,7 +317,7 @@ impl PlatformSupportNetlink {
|
||||
let (connection, handle, _) = new_connection_with_socket::<RTNetLinkSocket>()?;
|
||||
|
||||
// Spawn a connection handler
|
||||
let connection_jh = spawn(connection);
|
||||
let connection_jh = spawn("rtnetlink connection", connection);
|
||||
|
||||
// Save the connection
|
||||
self.connection_jh = Some(connection_jh);
|
||||
|
Loading…
Reference in New Issue
Block a user