diff options
| author | Maksim Yevmenkin <emax@FreeBSD.org> | 2008-03-19 00:06:30 +0000 |
|---|---|---|
| committer | Maksim Yevmenkin <emax@FreeBSD.org> | 2008-03-19 00:06:30 +0000 |
| commit | 07f8cd18c67f1af4ab1b7437713f2a748c80ec50 (patch) | |
| tree | 962adffd2a750f9ddd104721b397f51d426ce549 /lib | |
| parent | e653f1f0f44f4244563373c92633af3639599856 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libsdp/sdp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libsdp/sdp.h b/lib/libsdp/sdp.h index 8ce266c0992b..acb074a7bb04 100644 --- a/lib/libsdp/sdp.h +++ b/lib/libsdp/sdp.h @@ -675,6 +675,8 @@ struct sdp_panu_profile uint8_t reserved; uint8_t load_factor; uint16_t psm; /* HBO */ + uint16_t security_description; /* HBO */ + uint16_t reserved2; }; typedef struct sdp_panu_profile sdp_panu_profile_t; typedef struct sdp_panu_profile * sdp_panu_profile_p; |
