diff options
author | Luke Leighton <lkcl@samba.org> | 1999-08-18 21:13:15 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-08-18 21:13:15 +0000 |
commit | f4e98283cd0c8ef125f34981f3629806016df430 (patch) | |
tree | 22d1f86845ed0883066c1fc973a8d73ffb5d2898 /source3/include | |
parent | d2d6144253da533fb2f47cae9e0ed008a167585b (diff) | |
download | samba-f4e98283cd0c8ef125f34981f3629806016df430.tar.gz samba-f4e98283cd0c8ef125f34981f3629806016df430.tar.bz2 samba-f4e98283cd0c8ef125f34981f3629806016df430.zip |
display of session enum info
(This used to be commit e0713cf9332e562d1b41a794b8044e05aeb2b937)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 98cb20b12a..ad5fd558cf 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -562,6 +562,7 @@ char *client_addr(int fd); BOOL get_connection_status(struct connect_record **crec, uint32 *connection_count); +BOOL get_session_count(struct connect_record **srec,uint32 *session_count); /*The following definitions come from lib/util_str.c */ @@ -3225,6 +3226,16 @@ void display_srv_file_info_3_ctr(FILE *out_hnd, enum action_type action, SRV_FILE_INFO_3 *ctr); void display_srv_file_info_ctr(FILE *out_hnd, enum action_type action, SRV_FILE_INFO_CTR *ctr); +void display_sess_info_0(FILE *out_hnd, enum action_type action, + SESS_INFO_0 *info0, SESS_INFO_0_STR *str0); +void display_sess_info_1(FILE *out_hnd, enum action_type action, + SESS_INFO_1 *info1, SESS_INFO_1_STR *str1); +void display_srv_sess_info_0_ctr(FILE *out_hnd, enum action_type action, + SRV_SESS_INFO_0 *ctr); +void display_srv_sess_info_1_ctr(FILE *out_hnd, enum action_type action, + SRV_SESS_INFO_1 *ctr); +void display_srv_sess_info_ctr(FILE *out_hnd, enum action_type action, + SRV_SESS_INFO_CTR *ctr); void display_server(FILE *out_hnd, enum action_type action, char *sname, uint32 type, char *comment); void display_share(FILE *out_hnd, enum action_type action, |