mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Fix Nullpointer
This commit is contained in:
parent
70749ab488
commit
cfd6944b97
3 changed files with 40 additions and 3 deletions
|
|
@ -1,6 +1,10 @@
|
|||
#ifndef __DAWN_NETWORKSOCKET_H
|
||||
#define __DAWN_NETWORKSOCKET_H
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
pthread_mutex_t send_mutex;
|
||||
|
||||
int init_socket_runopts(char *_ip, char *_port, int broadcast_socket);
|
||||
int send_string(char *msg);
|
||||
void close_socket();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue