This website works better with JavaScript.
Home
Help
Register
Sign In
htgoebel
/
pEpPythonAdapter
forked from
pEp.foundation/pEpPythonAdapter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
moving session to cc file
AllGroupDevicesShowHandshake
Volker Birk
6 years ago
parent
894acb52c1
commit
6b3432b88c
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/pEpmodule.cc
+1
-1
src/pEpmodule.hh
+ 2
- 0
src/pEpmodule.cc
View File
@ -13,6 +13,8 @@ namespace pEp {
}
}
PEP_SESSION
session
;
void
module_free
(
void
*
)
{
release
(
session
)
;
+ 1
- 1
src/pEpmodule.hh
View File
@ -27,7 +27,7 @@ namespace pEp {
pEp
:
:
module_free
}
;
PEP_SESSION
session
;
extern
PEP_SESSION
session
;
}
PyMODINIT_FUNC
PyInit_pEp
(
void
)
;
Write
Preview
Loading…
Cancel
Save