summaryrefslogtreecommitdiff
path: root/src/rtapp_args.h
blob: b3c21332fbdef0341ae1808542707a69343313d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _RTAPP_ARGS_H_
#define _RTAPP_ARGS_H_

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "rtapp_utils.h"
#include "rtapp_types.h"

#define DEFAULT_THREAD_PRIORITY 10

void
usage (const char* msg);

void
parse_thread_args(char *arg, struct thread_data *tdata, policy_t def_policy);

#endif // _RTAPP_ARGS_H_