From: klueska Date: Sun, 15 Apr 2007 20:28:25 +0000 (+0000) Subject: Update of documentation on ArbiterP X-Git-Tag: tinyos/2.0.1~45 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=a08313c1d5aebdd201d60e1021e20d9bfc674cc8 Update of documentation on ArbiterP --- diff --git a/tos/system/ArbiterP.nc b/tos/system/ArbiterP.nc index 12ddd8fb..e5c0f5ab 100644 --- a/tos/system/ArbiterP.nc +++ b/tos/system/ArbiterP.nc @@ -42,7 +42,7 @@ * interface gains access to the resource, and holds onto it until * another user makes a request. * - * @param resourceName -- The name of the Resource being shared + * @param controller_id -- The unique id of the resource being arbitrated * * @author Kevin Klues (klues@tkn.tu-berlin.de) * @author Philip Levis