Combine 'global' with connection code

This commit is contained in:
Iwan Timmer
2017-05-28 13:17:40 +02:00
parent a7e3aa354e
commit 49a447c3d4
6 changed files with 12 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
/*
* This file is part of Moonlight Embedded.
*
* Copyright (C) 2015 Iwan Timmer
* Copyright (C) 2015-2017 Iwan Timmer
*
* Moonlight is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -19,4 +19,7 @@
#include <Limelight.h>
#include <pthread.h>
extern CONNECTION_LISTENER_CALLBACKS connection_callbacks;
extern pthread_t main_thread_id;