restag_info

Contains information about resource allocation for a specific NLM.

Service:NetWare Platform

Structure

  #include <monitor.h>
  
  struct restag_info
  {
     int      tag_count;
     size_t   res_count;
     int      reserved1;
     uint32_t signature;
     char     description[80];
  };
  

Fields

tag_count

Contains the number of discrete resource tags, even when netware_restag_info_for_nlm is called with a specific value for its which parameter.

res_count

Contains the total number of resources across the tags, even when netware_restag_info_for_nlm is called with a specific value for its which parameter.

reserved1

Reserved for use by alert tags.

signature

Contains the resource tag signature, which identifies its type. For a list of possible values, see Section 30.2, Resource Tag Signatures. This field duplicates the value you passed in the signature parameter of the netware_restag_info_for_nlm function.

description

Contains the descriptive string associated with the resource tag. This description is relative to the one instance, the one specified in the which parameter.