File: ms_sigsegv.h

package info (click to toggle)
libmemcached 1.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,912 kB
  • sloc: cpp: 39,309; ansic: 18,449; sh: 11,864; python: 603; yacc: 437; lex: 195; makefile: 116
file content (34 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
 * File:   ms_sigsegv.h
 * Author: Mingqiang Zhuang
 *
 * Created on March 15, 2009
 *
 * (c) Copyright 2009, Schooner Information Technology, Inc.
 * http://www.schoonerinfotech.com/
 *
 */
#ifndef MS_SIGSEGV_H
#define MS_SIGSEGV_H

#ifdef __cplusplus
extern "C" {
#endif

/* redirect signal seg */
int ms_setup_sigsegv(void);


/* redirect signal pipe */
int ms_setup_sigpipe(void);


/* redirect signal int */
int ms_setup_sigint(void);


#ifdef __cplusplus
}
#endif

#endif /* end of MS_SIGSEGV_H */