* Order members alphabetically. No functional changes
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27420 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7a32d7f588
commit
9cab5f5448
@ -517,16 +517,16 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
bool fInitOK;
|
||||
int fID; // semaphore set id
|
||||
bool fInitOK;
|
||||
time_t fLastSemctlTime; // sem_ctime
|
||||
time_t fLastSemopTime; // sem_otime
|
||||
mutex fLock; // private lock
|
||||
ushort fNumberOfSemaphores; // sem_nsems
|
||||
struct ipc_perm fPermissions; // sem_perm
|
||||
uint32 fSequenceNumber; // used as a second id
|
||||
XsiSemaphore *fSemaphores; // array of semaphores
|
||||
uint32 fSequenceNumber; // used as a second id
|
||||
UndoList fUndoList; // undo list requests
|
||||
mutex fLock; // private lock
|
||||
|
||||
::HashTableLink<XsiSemaphoreSet> fLink;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user