mirror of
https://git.robbyzambito.me/zits
synced 2026-02-04 11:44:48 +00:00
switch to uuids for clients
This commit is contained in:
@@ -29,11 +29,10 @@ pub fn init(
|
||||
};
|
||||
}
|
||||
|
||||
pub fn deinit(self: *Client, alloc: std.mem.Allocator) void {
|
||||
pub fn deinit(self: Client, alloc: std.mem.Allocator) void {
|
||||
if (self.connect) |c| {
|
||||
c.deinit(alloc);
|
||||
}
|
||||
self.* = undefined;
|
||||
}
|
||||
|
||||
pub fn start(self: *Client, io: std.Io) !void {
|
||||
|
||||
Reference in New Issue
Block a user