diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-03 20:13:02 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-03 20:13:02 -0500 | 
| commit | 9473e340520626244678e59169547a27b1b257ad (patch) | |
| tree | 21948ab931276bc8c96d4767c4033454e3f5d2f3 /watchfrr/watchfrr.h | |
| parent | 9b532e09f9a612884b2f394fe17d2d3386d3e3a9 (diff) | |
watchfrr: Rename watchquagga -> watchfrr
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'watchfrr/watchfrr.h')
| -rw-r--r-- | watchfrr/watchfrr.h | 29 | 
1 files changed, 29 insertions, 0 deletions
diff --git a/watchfrr/watchfrr.h b/watchfrr/watchfrr.h new file mode 100644 index 0000000000..4a479c72e6 --- /dev/null +++ b/watchfrr/watchfrr.h @@ -0,0 +1,29 @@ +/* +    Common definitions for watchfrr API socket. + +    Copyright (C) 2016  David Lamparter for NetDEF, Inc. + +    This program is free software; you can redistribute it and/or modify +    it under the terms of the GNU General Public License as published by +    the Free Software Foundation; either version 2 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 General Public License for more details. + +    You should have received a copy of the GNU General Public License +    along with this program; if not, write to the Free Software +    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA + */ + +#ifndef FRR_WATCHFRR_H +#define FRR_WATCHFRR_H + +extern void watchfrr_vty_init(void); + +extern pid_t integrated_write_pid; +extern void integrated_write_sigchld(int status); + +#endif /* FRR_WATCHFRR_H */  | 
