X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=capture_sync.h;fp=capture_sync.h;h=d38e2ddd77d6cdf95f045af2c845764903038936;hb=bbf3d665b05273a02d416d1c4792b993299de70b;hp=ff1bd31ab4567ca0bbb5e5087a2bb505cc5ab66e;hpb=6c927bb4039d905002bc234b5bae8b4a0954269d;p=obnox%2Fwireshark%2Fwip.git diff --git a/capture_sync.h b/capture_sync.h index ff1bd31ab4..d38e2ddd77 100644 --- a/capture_sync.h +++ b/capture_sync.h @@ -57,12 +57,6 @@ sync_pipe_stop(capture_options *capture_opts); extern void sync_pipe_kill(int fork_child); -/** Has the parent signalled the child to stop? */ -#define SIGNAL_PIPE_CTRL_ID_NONE "none" -#ifdef _WIN32 -#define SIGNAL_PIPE_FORMAT "\\\\.\\pipe\\wireshark.%s.signal" -#endif - /** Get an interface list using dumpcap */ extern int sync_interface_list_open(gchar **data, gchar **primary_msg,