---
title: aclrtServerPid
description: "```"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/runtimeapi/aclcppdevg_03_2014.html
sourcePath: /source/zh/canncommercial/900/API/runtimeapi/aclcppdevg_03_2014.html
indexId: 60160dea3a7f2e833fe8a8036fe2e84c924cbe0350eac119cd798cef83533f2768
---
# aclrtServerPid

```
typedef struct {
    uint32_t sdid; 
    int32_t *pid;  
    size_t num; 
} aclrtServerPid;
```

| 成员名称 | 说明 |
| --- | --- |
| sdid | 针对 Atlas A3 训练系列产品 / Atlas A3 推理系列产品 中的超节点产品，sdid（SuperPOD Device ID）表示超节点产品中的Device唯一标识，可提前调用aclGetDeviceInfo接口获取。 |
| pid | Host侧进程ID白名单数组。 |
| num | pid数组长度。 |
