1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/gozfreee-aquila

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
aquila.h 1.3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
gozfree Отправлено 14.06.2020 19:22 772a10a
/******************************************************************************
* Copyright (C) 2014-2020 Zhifeng Gong <gozfree@163.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with libraries; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/
#ifndef _AQUILA_H_
#define _AQUILA_H_
#include <gear-lib/libdarray.h>
#include <gear-lib/libqueue.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include "filter.h"
#include "config.h"
struct aquila {
struct aq_config config;
struct queue **queue;
struct filter_ctx **filter;
bool run;
};
#endif

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/gozfreee-aquila.git
git@api.gitlife.ru:oschina-mirror/gozfreee-aquila.git
oschina-mirror
gozfreee-aquila
gozfreee-aquila
master