generate update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace netrunner_client_core {};
|
||||
|
||||
interface SessionManager {
|
||||
constructor();
|
||||
Session start(string remote_address, optional i32 tun_fd);
|
||||
};
|
||||
|
||||
interface Session {
|
||||
void stop();
|
||||
};
|
||||
Reference in New Issue
Block a user