cmogstored 1.8.1 - use default system stack size
[cmogstored.git] / activeq.h
blob801740f23b1359c487517d1ecf9276a391cca663
1 /*
2 * Copyright (C) 2012-2020 all contributors <cmogstored-public@yhbt.net>
3 * License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
4 */
6 static inline void mog_activeq_add(struct mog_queue *q, struct mog_fd *mfd)
8 mog_idleq_add(q, mfd, MOG_QEV_RW);
11 static inline void mog_activeq_push(struct mog_queue *q, struct mog_fd *mfd)
13 mog_idleq_push(q, mfd, MOG_QEV_RW);