aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/list.c2
-rw-r--r--src/core/options.h6
2 files changed, 1 insertions, 7 deletions
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 <garrett@damore.org>
+// Copyright 2017up Garrett D'Amore <garrett@damore.org>
//
// 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.