cmogstored 1.8.1 - use default system stack size
[cmogstored.git] / notify.h
blobe4e456a4da4c6d2a5ffe2c5db11620a9e0801038
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 */
5 enum mog_notification {
6 MOG_NOTIFY_SIGNAL = -1,
7 MOG_NOTIFY_DEVICE_REFRESH = 0,
8 MOG_NOTIFY_AIO_THREADS = 1,
9 MOG_NOTIFY_MAX
12 extern struct mog_queue *mog_notify_queue;