all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob bd040ffe3e87d9df25e8bde72ef7ce908da2e6ae 536 bytes (raw)
name: gnu/packages/patches/pjproject-ice-sess.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
--- a/pjnath/include/pjnath/ice_strans.h
+++ b/pjnath/include/pjnath/ice_strans.h
@@ -845,6 +845,8 @@ PJ_DECL(pj_status_t) pj_ice_strans_sendt
					  int dst_addr_len);


+PJ_DECL(pj_ice_sess *) pj_ice_strans_get_ice_sess(pj_ice_strans *ice_st);
+
 /**
  * @}
  */
--- a/pjnath/src/pjnath/ice_strans.c
+++ b/pjnath/src/pjnath/ice_strans.c
@@ -1243,6 +1243,11 @@ PJ_DEF(pj_status_t) pj_ice_strans_sendto
	return PJ_EINVALIDOP;
 }

+PJ_DECL(pj_ice_sess *) pj_ice_strans_get_ice_sess( pj_ice_strans *ice_st )
+{
+	return ice_st->ice;
+}
+

debug log:

solving bd040ff ...
found bd040ff in https://yhetil.org/guix/87lh1xg425.fsf@openmailbox.org/

applying [1/1] https://yhetil.org/guix/87lh1xg425.fsf@openmailbox.org/
diff --git a/gnu/packages/patches/pjproject-ice-sess.patch b/gnu/packages/patches/pjproject-ice-sess.patch
new file mode 100644
index 0000000..bd040ff

Checking patch gnu/packages/patches/pjproject-ice-sess.patch...
Applied patch gnu/packages/patches/pjproject-ice-sess.patch cleanly.

index at:
100644 bd040ffe3e87d9df25e8bde72ef7ce908da2e6ae	gnu/packages/patches/pjproject-ice-sess.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.