diff options
| author | Javier Garcia <javier.garcia@voltanet.io> | 2021-05-21 09:15:52 +0200 |
|---|---|---|
| committer | Javier Garcia <javier.garcia@voltanet.io> | 2021-06-22 12:04:03 +0200 |
| commit | 56634922390ff08d2ae06ecb0c32f94c07028561 (patch) | |
| tree | 2c1fb1080e2b0dbd5397c8bbfba2d668d9fb116a /pathd/path_pcep_lib.h | |
| parent | 5fe7f5b4798c548dbbc62865c08ee4be4d67e119 (diff) | |
pathd: Handle PCInitiated messages, thread controller. (2/4)
Co-authored-by: Javier Garcia <javier.garcia@voltanet.io>
Signed-off-by: Sebastien Merle <sebastien@netdef.org>
Signed-off-by: Javier Garcia <javier.garcia@voltanet.io>
Diffstat (limited to 'pathd/path_pcep_lib.h')
| -rw-r--r-- | pathd/path_pcep_lib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pathd/path_pcep_lib.h b/pathd/path_pcep_lib.h index 3f34edcb3f..524f385d14 100644 --- a/pathd/path_pcep_lib.h +++ b/pathd/path_pcep_lib.h @@ -37,7 +37,8 @@ struct pcep_message *pcep_lib_format_request(struct pcep_caps *caps, struct path *path); struct pcep_message *pcep_lib_format_request_cancelled(uint32_t reqid); -struct pcep_message *pcep_lib_format_error(int error_type, int error_value); +struct pcep_message *pcep_lib_format_error(int error_type, int error_value, + struct path *path); struct path *pcep_lib_parse_path(struct pcep_message *msg); void pcep_lib_parse_capabilities(struct pcep_message *msg, struct pcep_caps *caps); |
