On Wed, 20 Nov 2002, Richard Whittaker wrote:
| >Right first guess. Its mostly historical that it isnt 4 values.
|
| What's the order of the values?...
|
| I can take a wild stab that the first value is semmsl, or is it semmni,
| then the subsequent values?...
|
| Are there plans to split them out into distinct values, or is that a
| massive rewrite?...
I haven't seen a kernel version that you are working with,
but hopefully that won't matter. This is from 2.4.19:
./ipc/sem.c:96:int sem_ctls[4] = {SEMMSL, SEMMNS, SEMOPM, SEMMNI};
./ipc/sem.c:97:#define sc_semmsl (sem_ctls[0])
./ipc/sem.c:98:#define sc_semmns (sem_ctls[1])
./ipc/sem.c:99:#define sc_semopm (sem_ctls[2])
./ipc/sem.c:100:#define sc_semmni (sem_ctls[3])
so that's the order. If Alan replies, his matching reply can confirm
this. :)
-- ~Randy- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sat Nov 23 2002 - 22:00:34 EST