diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2015-05-09 16:09:56 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2015-05-09 16:09:56 +0200 |
commit | 460e7e3be7c64ef6eb6f7bb73887345fc63c962e (patch) | |
tree | c9504ae3e04fb4e3b7ed78bfc51c7a850f6e993d /hurd | |
parent | 3b40f33942892b719a16352fec879ea0376bb021 (diff) |
NBD: Platform-specific Error Values in the Wire Protocol
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/libstore/nbd_store.mdwn | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/hurd/libstore/nbd_store.mdwn b/hurd/libstore/nbd_store.mdwn index 3f161ba8..46522be7 100644 --- a/hurd/libstore/nbd_store.mdwn +++ b/hurd/libstore/nbd_store.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009, 2012 Free Software Foundation, -Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2009, 2012, 2015 Free Software +Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -45,4 +45,11 @@ Perhaps the protocol was extended? # Open Issues - * [[!GNU_Savannah_task 5722]] +## [[!GNU_Savannah_task 5722]] + +## Platform-specific Error Values in the Wire Protocol + +See, for example, the threads starting at [[!message-id +"1431012374-14113-2-git-send-email-pbonzini@redhat.com"]], [[!message-id +"1431078628-7856-1-git-send-email-pbonzini@redhat.com"]], [[!message-id +"1431014292-24645-1-git-send-email-pbonzini@redhat.com"]]. |