Sha256: d11cf677910ba7cb4377a1b47559920f11eecae2cf00cad6f8879216be013b02

Contents?: true

Size: 507 Bytes

Versions: 2

Compression:

Stored size: 507 Bytes

Contents

/*
 * 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 */

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
couchbase-memcached-1.2.9 ext/libmemcached-0.50/clients/ms_sigsegv.h
couchbase-memcached-1.2.8 ext/libmemcached-0.50/clients/ms_sigsegv.h