cmogstored.git  about / heads / tags
alternative mogstored implementation for MogileFS
blob e4e456a4da4c6d2a5ffe2c5db11620a9e0801038 317 bytes (raw)
$ git show HEAD:notify.h	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
/*
 * Copyright (C) 2012-2020 all contributors <cmogstored-public@yhbt.net>
 * License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 */
enum mog_notification {
	MOG_NOTIFY_SIGNAL = -1,
	MOG_NOTIFY_DEVICE_REFRESH = 0,
	MOG_NOTIFY_AIO_THREADS = 1,
	MOG_NOTIFY_MAX
};

extern struct mog_queue *mog_notify_queue;

git clone https://yhbt.net/cmogstored.git