X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fsignals.h;h=641bcbb31938275494ed16d9aabe31983f91d367;hb=f40869bdf6feca4d3ff7c59a1fb1f7ac101bc967;hp=12fb3113923a2b22ff481cef7b43e56b0a5c4053;hpb=279c9e030818e039bb1c26be76e2cc1e8f6b13a6;p=sliver-openvswitch.git diff --git a/lib/signals.h b/lib/signals.h index 12fb31139..641bcbb31 100644 --- a/lib/signals.h +++ b/lib/signals.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2011 Nicira Networks. + * Copyright (c) 2008, 2011, 2013 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,13 +21,16 @@ #include void signal_init(void); + struct signal *signal_register(int signr); +void signal_unregister(struct signal *); + bool signal_poll(struct signal *); void signal_wait(struct signal *); const char *signal_name(int signum); void xsigaction(int signum, const struct sigaction *, struct sigaction *old); -void xsigprocmask(int how, const sigset_t *, sigset_t *old); +void xpthread_sigmask(int how, const sigset_t *, sigset_t *old); #endif /* signals.h */