repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vuls: init at 0.27.0 (#348530)
[NixPkgs.git]
/
pkgs
/
applications
/
virtualization
/
libnvidia-container
/
inline-c-struct.patch
blob
dab574e58398cc332c4cf23228fd29afc390ac9c
1
diff --git a/src/nvcgo.c b/src/nvcgo.c
2
index 98789a3..47ad02b 100644
3
--- a/src/nvcgo.c
4
+++ b/src/nvcgo.c
5
@@ -33,7 +33,8 @@
6
void nvcgo_program_1(struct svc_req *, register SVCXPRT *);
7
8
static struct nvcgo_ext {
9
- struct nvcgo;
10
+ struct rpc rpc;
11
+ struct libnvcgo api;
12
bool initialized;
13
void *dl_handle;
14
} global_nvcgo_context;