forked from wujingbang/aodv-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaodv_thread.h
More file actions
executable file
·21 lines (17 loc) · 805 Bytes
/
aodv_thread.h
File metadata and controls
executable file
·21 lines (17 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/***************************************************************************
aodv_thread.h - description
-------------------
begin : Tue Aug 12 2003
copyright : (C) 2003 by Luke Klein-Berndt
email : kleinb@nist.gov
***************************************************************************/
/***************************************************************************
Modified by Miguel Catalan Cid - miguel.catcid@gmail.com - Version: Mon Jan 1 2010
***************************************************************************/
#ifndef AODV_THREAD_H
#define AODV_THREAD_H
#include "aodv.h"
void kill_aodv(void);
void kick_aodv(void);
void startup_aodv(void);
#endif