ABI | Symbols | Types |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | ssh_agent_state_struct |
|---|---|
| Type | STRUCT |
| Fields | 3 |
| Source | auth.c |
| Size | 24 |
| Usage | The type is used by 1 type. |
| Status | ADDED |
|
|
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | state | enum ssh_agent_state_e | 4 | 0 |
| 1 | pubkey | ssh_key | 8 | 8 |
| 2 | comment | char* | 8 | 16 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .state | enum ssh_agent_state_e |
| 4 | padding | |
| 8 | .pubkey | ssh_key |
| 16 | .comment | char* |