X-Git-Url: https://git.dlugolecki.net.pl/?p=vlp.git;a=blobdiff_plain;f=src%2Fint%2Fprocaddr.c;fp=src%2Fint%2Fprocaddr.c;h=00d0084be29d7beb8de209e8bf0fdc359e7896af;hp=8ae23aa9fb6d4eb20771536a1986fc2ff70abd1e;hb=92bd051b4d3877757e094b572e11ff2dda333d38;hpb=fdd7cc36378cfdd1692885c39f0e8ccd3ea09c1d diff --git a/src/int/procaddr.c b/src/int/procaddr.c index 8ae23aa..00d0084 100644 --- a/src/int/procaddr.c +++ b/src/int/procaddr.c @@ -11,15 +11,16 @@ #define staddr(node, pix) ((word) ((pix << 8) | node)) -/* - These are converters from global to process pointers in memory - to global process pointers in message. - M denotes memory in which pair (pointer,object) exists or has to exist. - We want to create object denoting remote process instead of - dummy pointer without object. - The object will be like an arrayof integer of size 2. - arr[1..3] : arr[1]=node, arr[2]=pix. -*/ +/** + * @file + * These are converters from global to process pointers in memory + * to global process pointers in message. + * M denotes memory in which pair (pointer,object) exists or has to exist. + * We want to create object denoting remote process instead of + * dummy pointer without object. + * The object will be like an arrayof integer of size 2. + * arr[1..3] : arr[1]=node, arr[2]=pix. + */ void obj2mess(word *M, virtaddr *obj, procaddr *mess) {