struct sched_param { public: int sched_priority; int prio; };
public:
int sched_priority;
int prio;
};