public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
blob c120e94866f15d88ea0c37feeea1ca2b828d3853 546 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) 2021 Red Hat GmbH
 * Author: Stefano Brivio <sbrivio@redhat.com>
 */

#ifndef PASTA_H
#define PASTA_H

extern int pasta_child_pid;

void pasta_open_ns(struct ctx *c, const char *netns);
void pasta_start_ns(struct ctx *c, uid_t uid, gid_t gid,
		    int argc, char *argv[]);
void pasta_ns_conf(struct ctx *c);
void pasta_child_handler(int signal);
int pasta_netns_quit_init(const struct ctx *c);
void pasta_netns_quit_handler(struct ctx *c, union epoll_ref ref);

#endif /* PASTA_H */

debug log:

solving c120e94 ...
found c120e94 in https://archives.passt.top/passt-dev/20240215223911.486945-1-sbrivio@redhat.com/
found 5d20063 in https://passt.top/passt
preparing index
index prepared:
100644 5d20063a414004fc1207f871cf3795a85e72730c	pasta.h

applying [1/1] https://archives.passt.top/passt-dev/20240215223911.486945-1-sbrivio@redhat.com/
diff --git a/pasta.h b/pasta.h
index 5d20063..c120e94 100644

Checking patch pasta.h...
Applied patch pasta.h cleanly.

index at:
100644 c120e94866f15d88ea0c37feeea1ca2b828d3853	pasta.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).