shadow: improve subsystem structure

This commit is contained in:
Marc-André Moreau
2014-09-18 15:43:11 -04:00
parent a5f8bdf51c
commit 7ef55ab9b7
7 changed files with 251 additions and 174 deletions

View File

@@ -30,12 +30,15 @@
extern "C" {
#endif
rdpShadowSubsystem* shadow_subsystem_new(UINT32 flags);
rdpShadowSubsystem* shadow_subsystem_new(const char* name);
void shadow_subsystem_free(rdpShadowSubsystem* subsystem);
int shadow_subsystem_init(rdpShadowSubsystem* subsystem, rdpShadowServer* server);
void shadow_subsystem_uninit(rdpShadowSubsystem* subsystem);
int shadow_subsystem_start(rdpShadowSubsystem* subsystem);
int shadow_subsystem_stop(rdpShadowSubsystem* subsystem);
#ifdef __cplusplus
}
#endif