Process flags from QNX 4.25 to QNX 6.21

Hi Community !!!

what is the equivalent function for

qnx_pflags(~0, _PPF_PRIORITY_REC | _PPF_PRIORITY_FLOAT, NULL, NULL);

in QNX 6.21 ?

Is this is the default behavior in QNX Neutrino?

Thank you

Yes its the default, but the setting is not per thread/process its per Channel.

Thank You Mario

You mean the communikation between Client and Server is per Channel with
CHID and COID ??

yes, in fact a channel is made up of nid, pid, chid. It’s possible for a process to have multiple channels.