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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
/*
 * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 * License: GPLv3 or later (see COPYING for details)
 */
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