File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/jdk.jdwp.agent/share/native/include Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2003, 2017 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2003, 2022 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -262,7 +262,7 @@ struct _jdwpTransportEnv {
262262 }
263263
264264 /* SetTransportConfiguration added in JDWPTRANSPORT_VERSION_1_1 */
265- jdwpTransportError SetTransportConfiguration (jdwpTransportEnv * env ,
265+ jdwpTransportError SetTransportConfiguration (jdwpTransportConfiguration * config ) {
266266 return functions -> SetTransportConfiguration (this , config );
267267 }
268268
You can’t perform that action at this time.
0 commit comments