mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-17 21:30:02 +01:00
Initial checkin of veejay 1.4
git-svn-id: svn://code.dyne.org/veejay/trunk@1172 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
7
veejay-current/veejay-server/libOSC/NetworkUDP.h
Normal file
7
veejay-current/veejay-server/libOSC/NetworkUDP.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <netinet/in.h>
|
||||
|
||||
struct NetworkReturnAddressStruct {
|
||||
struct sockaddr_in cl_addr;
|
||||
int clilen;
|
||||
int sockfd;
|
||||
};
|
||||
Reference in New Issue
Block a user