We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1169dc0 commit cf65605Copy full SHA for cf65605
src/jdk.jdwp.agent/share/native/include/jdwpTransport.h
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2022, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -262,7 +262,7 @@ struct _jdwpTransportEnv {
262
}
263
264
/* SetTransportConfiguration added in JDWPTRANSPORT_VERSION_1_1 */
265
- jdwpTransportError SetTransportConfiguration(jdwpTransportEnv* env,
+ jdwpTransportError SetTransportConfiguration(jdwpTransportConfiguration *config) {
266
return functions->SetTransportConfiguration(this, config);
267
268
0 commit comments