Environment variables WIP, fix waiting scheduling issues + CE cancel proc
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m24s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m24s
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
struct id_alloc {
|
||||
struct bm bm;
|
||||
spin_lock_t lock;
|
||||
int next_id;
|
||||
};
|
||||
|
||||
int id_alloc (struct id_alloc* ida);
|
||||
|
||||
Reference in New Issue
Block a user