commit | e1514fc2e80e81ab321cbf1db70fa0188efe21d4 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sat Apr 13 14:57:35 2013 -0700 |
committer | Brian Silverman <brians> | Tue Apr 23 17:08:19 2013 -0700 |
tree | b989122165eb60eb787b653247c5e31e8ec6c9ba | |
parent | 771b4b87eb2150d44d605c13b0e864e3c102672c [diff] [blame] |
finished up a nice netconsole reader that only listens on 1 interface
diff --git a/aos/common/Configuration.h b/aos/common/Configuration.h index 2f7e777..e1b7ef5 100644 --- a/aos/common/Configuration.h +++ b/aos/common/Configuration.h
@@ -31,6 +31,8 @@ // The computer that the cRIO talks to. kAtom, kCRIO, + // Whatever device this is being run on. + kSelf, }; // Returns the IP address to get to the specified machine. // The return value should be passed to free(3) if it is no longer needed.