Skip to content

Commit eb3dd1c

Browse files
committed
Fix git remote callbacks
1 parent 297167e commit eb3dd1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LibGit2Sharp/Core/GitRemoteCallbacks.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ internal struct GitRemoteCallbacks
3333

3434
internal IntPtr transport;
3535

36+
private IntPtr padding; // TODO: add git_remote_ready_cb
37+
3638
internal IntPtr payload;
3739

3840
internal NativeMethods.url_resolve_callback resolve_url;

0 commit comments

Comments
 (0)