Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'LibGit2Sharp/Core/GitRemoteCallbacks.cs')
-rw-r--r--LibGit2Sharp/Core/GitRemoteCallbacks.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/LibGit2Sharp/Core/GitRemoteCallbacks.cs b/LibGit2Sharp/Core/GitRemoteCallbacks.cs
index e23d115b..71537f76 100644
--- a/LibGit2Sharp/Core/GitRemoteCallbacks.cs
+++ b/LibGit2Sharp/Core/GitRemoteCallbacks.cs
@@ -29,6 +29,10 @@ namespace LibGit2Sharp.Core
internal NativeMethods.push_update_reference_callback push_update_reference;
+ internal NativeMethods.push_negotiation_callback push_negotiation;
+
+ internal IntPtr transport;
+
internal IntPtr payload;
}
}