Commit ee67fa18 authored by bussotti's avatar bussotti

Update pdcp_benchmark.c

parent 5592fa6a
...@@ -48,6 +48,11 @@ list_t pdu_tx_list; ...@@ -48,6 +48,11 @@ list_t pdu_tx_list;
//Not sure at all about that, but I didn't knew which library I should include and I try with that. //Not sure at all about that, but I didn't knew which library I should include and I try with that.
volatile int oai_exit=0; volatile int oai_exit=0;
//Same thing, but found it like that elsewhere
void exit_function(const char *file, const char *function, const int line, const char *s) {
}
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment