change #include "server.h" to <server/server.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:15:03 +0000 (04:15 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:49 +0000 (04:24 -0800)
Changes from the flat namespace to heirarchical one.  Instead of writing:

#include "server.h"

the following form should be used.

#include <server/server.h>

The exception is from .c files in the same directory.

src/ecosboard.c
src/helper/log.c
src/helper/options.c
src/openocd.c
src/server/tcl_server.h
src/server/telnet_server.h

index d94f8b4738738a4d43e4eb97457333cec58b9a99..53ad7bab10f3b28bf3339f1de431288fd3b7e91c 100644 (file)
@@ -30,7 +30,7 @@
 #include <flash/nand.h>
 #include "pld.h"
 
-#include "server.h"
+#include <server/server.h>
 #include "telnet_server.h"
 #include <server/gdb_server.h>
 #include "openocd.h"
index 3067ecc56180fadcdbbc797c784cdecb0147eceb..6adde4b9dc7f8575791241396b11160f0d45ac2d 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "time_support.h"
 // @todo the inclusion of server.h here is a layering violation
-#include "server.h"
+#include <server/server.h>
 
 #include <stdarg.h>
 
index 3db96fd713b5850bb70f8618ef2ba126a3cd6e65..573026a6e39f7396ce5e2b21b683810587e3575a 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "configuration.h"
 // @todo the inclusion of server.h here is a layering violation
-#include "server.h"
+#include <server/server.h>
 
 #include <getopt.h>
 
index 58ad6178b2ac60927d775016ad1453a90b8ea3e0..cbb28b77ebf88d2bbd5503048fddc45d15867ee5 100644 (file)
@@ -38,7 +38,7 @@
 #include "pld.h"
 #include <flash/mflash.h>
 
-#include "server.h"
+#include <server/server.h>
 #include <server/gdb_server.h>
 #include <server/httpd.h>
 
index e0d7b16662502c6fe8743a18324b1d28b4cf999a..68ad821280868e6ac744a308499adae8fb009cae 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef _TCL_SERVER_H_
 #define _TCL_SERVER_H_
 
-#include "server.h"
+#include <server/server.h>
 
 int tcl_init(struct command_context *cmd_ctx);
 int tcl_register_commands(struct command_context *cmd_ctx);
index 7e398222076a7a1de4965f9cd13cda3841cbfec8..b0c5ceb35d84d3dfeab5d125bfcc0ce7553c7e42 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef TELNET_SERVER_H
 #define TELNET_SERVER_H
 
-#include "server.h"
+#include <server/server.h>
 
 #define TELNET_BUFFER_SIZE (1024)
 

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)