/[hurd]/hurd/nfs/storage-info.c
ViewVC logotype

Diff of /hurd/nfs/storage-info.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by roland, Fri Jan 4 07:04:07 2002 UTC revision 1.3 by roland, Wed May 8 10:11:58 2002 UTC
# Line 42  netfs_file_get_storage_info (struct ious Line 42  netfs_file_get_storage_info (struct ious
42        return snprintf (*data, buflen,        return snprintf (*data, buflen,
43                         "nfsv%u://%s:%u/%n%*c?rsize=%u&wsize=%u",                         "nfsv%u://%s:%u/%n%*c?rsize=%u&wsize=%u",
44                         protocol_version, mounted_hostname, mounted_nfs_port,                         protocol_version, mounted_hostname, mounted_nfs_port,
45                         &fhpos, np->nn->handle.size * 2, 'X', /* filled below */                         &fhpos, (int) (np->nn->handle.size * 2),
46                           'X', /* filled below */
47                         read_size, write_size);                         read_size, write_size);
48      }      }
49    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26