Fix split words
This commit is contained in:
parent
c8c24f515b
commit
450467d626
1 changed files with 10 additions and 10 deletions
|
|
@ -958,8 +958,8 @@ the supplied structure:
|
||||||
| | receiving the | |
|
| | receiving the | |
|
||||||
| | response. | |
|
| | response. | |
|
||||||
+----------------------+----------------------+----------------------+
|
+----------------------+----------------------+----------------------+
|
||||||
| `plu | Called whenever a | `struct plugin para |
|
| `plugin_radius_response` | Called whenever a | `struct plugin para |
|
||||||
| gin_radius_response` | RADIUS response | m_radius_response *` |
|
| | RADIUS response | m_radius_response *` |
|
||||||
| | includes a | |
|
| | includes a | |
|
||||||
| | `Cisco-AVPair` | |
|
| | `Cisco-AVPair` | |
|
||||||
| | value. The value is | |
|
| | value. The value is | |
|
||||||
|
|
@ -977,8 +977,8 @@ the supplied structure:
|
||||||
+----------------------+----------------------+----------------------+
|
+----------------------+----------------------+----------------------+
|
||||||
| `char *value` | | |
|
| `char *value` | | |
|
||||||
+----------------------+----------------------+----------------------+
|
+----------------------+----------------------+----------------------+
|
||||||
| ` | Called whenever a | `struct p |
|
| `plugin_radius_reset` | Called whenever a | `struct p |
|
||||||
| plugin_radius_reset` | RADIUS CoA request | aram_radius_reset *` |
|
| | RADIUS CoA request | aram_radius_reset *` |
|
||||||
| | is received to reset | |
|
| | is received to reset | |
|
||||||
| | any options to | |
|
| | any options to | |
|
||||||
| | default values | |
|
| | default values | |
|
||||||
|
|
@ -989,8 +989,8 @@ the supplied structure:
|
||||||
+----------------------+----------------------+----------------------+
|
+----------------------+----------------------+----------------------+
|
||||||
| `sessiont *s` | Session. | |
|
| `sessiont *s` | Session. | |
|
||||||
+----------------------+----------------------+----------------------+
|
+----------------------+----------------------+----------------------+
|
||||||
| `pl | Called when | `struct par |
|
| `plugin_radius_account` | Called when | `struct par |
|
||||||
| ugin_radius_account` | preparing a RADIUS | am_radius_account *` |
|
| | preparing a RADIUS | am_radius_account *` |
|
||||||
| | accounting record to | |
|
| | accounting record to | |
|
||||||
| | allow additional | |
|
| | allow additional | |
|
||||||
| | data to be added to | |
|
| | data to be added to | |
|
||||||
|
|
@ -1009,14 +1009,14 @@ the supplied structure:
|
||||||
| | length of any data | |
|
| | length of any data | |
|
||||||
| | added. | |
|
| | added. | |
|
||||||
+----------------------+----------------------+----------------------+
|
+----------------------+----------------------+----------------------+
|
||||||
| `p | Called when a node | `void` |
|
| `plugin_become_master` | Called when a node | `void` |
|
||||||
| lugin_become_master` | elects itself | |
|
| | elects itself | |
|
||||||
| | cluster master. | |
|
| | cluster master. | |
|
||||||
+----------------------+----------------------+----------------------+
|
+----------------------+----------------------+----------------------+
|
||||||
| No arguments. | | |
|
| No arguments. | | |
|
||||||
+----------------------+----------------------+----------------------+
|
+----------------------+----------------------+----------------------+
|
||||||
| `plugin | Called once for each | `sessiont *` |
|
| `plugin_new_session_master` | Called once for each | `sessiont *` |
|
||||||
| _new_session_master` | open session on | |
|
| | open session on | |
|
||||||
| | becoming cluster | |
|
| | becoming cluster | |
|
||||||
| | master. | |
|
| | master. | |
|
||||||
+----------------------+----------------------+----------------------+
|
+----------------------+----------------------+----------------------+
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue