From 7df0822d3ed58ee73918cac576c0b07363e84425 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 23 Jan 2017 22:49:57 -0800 Subject: Added a bunch more compatibility stuff. I implemented the reqrep compatibility test, which uncovered a few semantic issues I had in the REQ/REP protocol, which I've fixed. There are still missing things. and at least one portion of the req/rep test suite cannot be enabled until I add tuning of the reconnect timeout, which is currently way too long (1 sec) for the test suite to work. --- src/core/list.c | 2 +- src/core/options.h | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'src/core') diff --git a/src/core/list.c b/src/core/list.c index 18858582..821e48bd 100644 --- a/src/core/list.c +++ b/src/core/list.c @@ -1,5 +1,5 @@ // -// Copyright 2017 Garrett D'Amore +// Copyright 2017up Garrett D'Amore // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this diff --git a/src/core/options.h b/src/core/options.h index 6c46173f..2d843a4c 100644 --- a/src/core/options.h +++ b/src/core/options.h @@ -10,12 +10,6 @@ #ifndef CORE_OPTIONS_H #define CORE_OPTIONS_H -struct nni_notifyfd { - int sn_wfd; // written to in order to flag an event - int sn_rfd; // read from in order to clear an event - int sn_init; -}; - // Option helpers. These can be called from protocols or transports // in their own option handling, centralizing the logic for dealing with // variable sized options. -- cgit v1.2.3-70-g09d2