cmogstored.git  about / heads / tags
alternative mogstored implementation for MogileFS
blob 6c365e001839d674593c160d7d6499ef5c1bbba2 321 bytes (raw)
$ git show v1.7.1:notify.h	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
/*
 * Copyright (C) 2012-2018 all contributors <cmogstored-public@bogomips.org>
 * 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