aboutsummaryrefslogtreecommitdiff
path: root/microkernel/mach/mig.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2013-09-25 21:45:38 +0200
committerThomas Schwinge <tschwinge@gnu.org>2013-09-25 21:45:38 +0200
commiteccdd13dd3c812b8f0b3d046ef9d8738df00562a (patch)
treee6c585035d2e869e26a0d3a93efa51810543d40e /microkernel/mach/mig.mdwn
parent9933cec0a18ae2a3d752f269d1bb12c19f51199d (diff)
downloadweb-eccdd13dd3c812b8f0b3d046ef9d8738df00562a.tar.gz
web-eccdd13dd3c812b8f0b3d046ef9d8738df00562a.tar.bz2
web-eccdd13dd3c812b8f0b3d046ef9d8738df00562a.zip
IRC.
Diffstat (limited to 'microkernel/mach/mig.mdwn')
-rw-r--r--microkernel/mach/mig.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/microkernel/mach/mig.mdwn b/microkernel/mach/mig.mdwn
index d6340574..f8046cb2 100644
--- a/microkernel/mach/mig.mdwn
+++ b/microkernel/mach/mig.mdwn
@@ -24,7 +24,8 @@ them to the client program. Similar actions are provided in the skeletons that
are linked to server programs.
MIG allows very precise semantics to be specified about what the arguments are
and how to be passed.
-It has its problems with [[structured_data]], however.
+It has its problems with
+[[structured_data|open_issues/mig_portable_rpc_declarations]], however.
* [[Documentation]]