test version simulation

This commit is contained in:
2025-04-30 12:02:07 +01:00
parent 9f4cb9af02
commit b88370cdb7

View File

@@ -64,6 +64,9 @@ def StartServer():
# Starting P2PRC as a server mode # Starting P2PRC as a server mode
p2prc.Server() p2prc.Server()
def Init():
p2prc.Init("")
# Class to create string to pass as string function # Class to create string to pass as string function
# parameter to shared object file # parameter to shared object file
class go_string(Structure): class go_string(Structure):