public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
f39c237923dc7c70f9c1721ac4fb07dc2b581855 blob 513 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright (c) 2025 Red Hat GmbH
 * Author: Stefano Brivio <sbrivio@redhat.com>
 */

#ifndef REPAIR_H
#define REPAIR_H

#include <stdint.h>

void repair_sock_init(const struct ctx *c);
int repair_listen_handler(struct ctx *c, uint32_t events);
void repair_handler(struct ctx *c, uint32_t events);
void repair_close(struct ctx *c);
int repair_wait(struct ctx *c);
int repair_flush(struct ctx *c);
int repair_set(struct ctx *c, int s, int cmd);

#endif /* REPAIR_H */
debug log:

solving f39c237 ...
found f39c237 in https://archives.passt.top/passt-dev/20260223181119.179746-1-pefoley@google.com/
found ab27e67 in https://passt.top/passt
preparing index
index prepared:
100644 ab27e6737d75a9070018343e894841b77b942bb6	repair.h

applying [1/1] https://archives.passt.top/passt-dev/20260223181119.179746-1-pefoley@google.com/
diff --git a/repair.h b/repair.h
index ab27e67..f39c237 100644

Checking patch repair.h...
Applied patch repair.h cleanly.

index at:
100644 f39c237923dc7c70f9c1721ac4fb07dc2b581855	repair.h

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

	https://passt.top/passt

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 IMAP folder(s).