Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
16538134
Commit
16538134
authored
23 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Removed user_id (unnecessary due to thread_up callback already supported).
Basically, undid last commit of these files. :-)
parent
8730368a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/sbbs3/ftpsrvr.h
+1
-1
1 addition, 1 deletion
src/sbbs3/ftpsrvr.h
src/sbbs3/mailsrvr.h
+1
-1
1 addition, 1 deletion
src/sbbs3/mailsrvr.h
src/sbbs3/services.h
+1
-1
1 addition, 1 deletion
src/sbbs3/services.h
src/sbbs3/startup.h
+1
-1
1 addition, 1 deletion
src/sbbs3/startup.h
with
4 additions
and
4 deletions
src/sbbs3/ftpsrvr.h
+
1
−
1
View file @
16538134
...
...
@@ -54,7 +54,7 @@ typedef struct {
DWORD
interface_addr
;
DWORD
options
;
/* See FTP_OPT definitions */
DWORD
js_max_bytes
;
DWORD
u
ser
_id
;
/* Unix uid to use for threads */
DWORD
re
ser
ved_dword7
;
DWORD
reserved_dword6
;
DWORD
reserved_dword5
;
DWORD
reserved_dword4
;
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/mailsrvr.h
+
1
−
1
View file @
16538134
...
...
@@ -55,7 +55,7 @@ typedef struct {
WORD
reserved_word1
;
DWORD
interface_addr
;
DWORD
options
;
/* See MAIL_OPT definitions */
DWORD
u
ser
_id
;
/* Unix uid to use for threads */
DWORD
re
ser
ved_dword8
;
DWORD
reserved_dword7
;
DWORD
reserved_dword6
;
DWORD
reserved_dword5
;
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/services.h
+
1
−
1
View file @
16538134
...
...
@@ -50,7 +50,7 @@ typedef struct {
DWORD
interface_addr
;
DWORD
options
;
/* See BBS_OPT definitions */
DWORD
js_max_bytes
;
DWORD
u
ser
_id
;
/* Unix uid to use for threads */
DWORD
re
ser
ved_dword4
;
DWORD
reserved_dword3
;
DWORD
reserved_dword2
;
DWORD
reserved_dword1
;
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/startup.h
+
1
−
1
View file @
16538134
...
...
@@ -65,7 +65,7 @@ typedef struct {
RingBuf
**
node_spybuf
;
// Spy output buffer (each node)
RingBuf
**
node_inbuf
;
// User input buffer (each node)
sem_t
**
node_spysem
;
// Spy output semaphore (each node)
DWORD
u
ser
_id
;
// Unix uid to use for threads
DWORD
re
ser
ved_dword1
;
int
(
*
event_log
)(
char
*
);
// Event log - put string
int
(
*
lputs
)(
char
*
);
// Log - put string
void
(
*
status
)(
char
*
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment