From 9e6910dc0c747c8f30b87f6482f4eadb48ad6654 Mon Sep 17 00:00:00 2001 From: forsyth Date: Mon, 17 Jan 2011 10:45:22 +0000 Subject: emu/Nt/ipif.c --- module/factotum.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module/factotum.m') diff --git a/module/factotum.m b/module/factotum.m index 5d1df5f8..beb238cc 100644 --- a/module/factotum.m +++ b/module/factotum.m @@ -9,10 +9,10 @@ Factotum: module suid: string; # server id cap: string; # capability (only valid on server side) secret: array of byte; - # TO DO: add attrs + attrs: list of ref Attr; # attributes after authentication - unpack: fn(a: array of byte): (int, ref Authinfo); - read: fn(fd: ref Sys->FD): ref Authinfo; + unpack: fn(a: array of byte): (int, ref Authinfo); # excludes attributes + read: fn(facfd: ref Sys->FD): ref Authinfo; # includes attributes }; mount: fn(fd: ref Sys->FD, mnt: string, flags: int, aname: string, keyspec: string): (int, ref Authinfo); -- cgit v1.2.3