diff options
author | Jonathon Jongsma <jjongsma@redhat.com> | 2015-05-28 13:19:37 -0500 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@redhat.com> | 2015-05-29 14:10:05 -0500 |
commit | e7bb7a20f37bce4ef71a400b30d6775450008043 (patch) | |
tree | 85f974c4105e76cb12da3ea9bea1d466ce6e7742 /server/main-channel.c | |
parent | 30d4cc06fecb0f992d5f85c020124073bdb95b81 (diff) |
Convert RedClient to GObjectreplay-rebase
Move to a separate file, and add a few public methods to avoid accessing
internal data.
Diffstat (limited to 'server/main-channel.c')
-rw-r--r-- | server/main-channel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/main-channel.c b/server/main-channel.c index c2736cb8..241c59e3 100644 --- a/server/main-channel.c +++ b/server/main-channel.c @@ -44,6 +44,7 @@ #include "main-channel.h" #include "main-channel-client.h" #include "red-channel.h" +#include "red-client.h" #include "common.h" #include "reds.h" #include "migration-protocol.h" |