Oracle® Solaris Cluster 参考手册

退出打印视图

更新时间: 2014 年 7 月,E51743-01
 
 

scds_print_port_list (3HA)

名称

scds_print_port_list - 显示端口列表的内容

用法概要

cc [flags…] –I /usr/cluster/include file –L /usr/cluster/lib 
     –l dsdev#include <rgm/libdsdev.h>
     void scds_print_port_list(scds_handle_t handle,int debug_level, 
     constscds_port_list_t *port_list);

描述

scds_print_port_list() 函数在由 debug_level 指定的调试级别将 port_list 指向的端口列表的内容写入系统日志。如果指定的调试级别大于当前正在使用的调试级别,则不会写入信息。

参数

支持以下参数:

handle

scds_initialize(3HA) 返回的句柄

debug_level

写入数据的调试级别

port_list

使用 scds_get_port_list() 检索到的、指向资源组使用的端口-协议对列表的指针。

文件

/usr/cluster/include/rgm/libdsdev.h

头文件

/usr/cluster/lib/libdsdev.so

属性

有关下列属性的说明,请参见 attributes(5)

属性类型
属性值
可用性
ha-cluster/developer/api
接口稳定性
Evolving(发展中)

另请参见

scds_get_port_list(3HA), scds_initialize(3HA), scds_syslog_debug(3HA), attributes(5)