Variable lock of struct capi_devices changed to state_lock.

This commit is contained in:
Frank A. Uepping 2004-07-11 16:35:07 +00:00
parent 16578f57e9
commit 2637d03f8a
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ struct capi_device {
CAPI_DEVICE_STATE_ZOMBIE
};
enum capi_device_state state;
spinlock_t lock;
spinlock_t state_lock;
atomic_t appls;