cmogstored.git  about / heads / tags
alternative mogstored implementation for MogileFS
blob 1e65cd8f4ab90d395bf94fa11d372b1d68e10e33 310 bytes (raw)
$ git show gl-env:notify.h	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
/*
 * Copyright (C) 2012-2016 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