Searched defs:Dref (Results 1 – 1 of 1) sorted by relevance
8 typedef struct Dref Dref; typedef30 struct Dref struct32 int inuse; /* reference count locally */33 int faruse; /* remote references */34 Tag tag; /* remote object tag */35 Host* loc; /* location of object (nil if here) */36 Host* src; /* source of object reference (nil if here) */37 int depth; /* 0 if here or loc == src */38 int weight; /* proxy weight */