Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
bc3cc783
Commit
bc3cc783
authored
Jul 26, 1998
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated.
parent
b1bce4e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
16 deletions
+4
-16
doc/server.extend
doc/server.extend
+4
-16
No files found.
doc/server.extend
View file @
bc3cc783
...
...
@@ -5,8 +5,7 @@ Alla filnamn i denna fil anges relativt $TOPDIR/src.
För att lägga till en ny funktion behöver följande ändringar göras:
(Det ser kanske mycket ut, men i praktiken så är det inte så jobbigt)
1) Deklarera funktionen i include/services.h. Gr "make includes" i
include.
1) Deklarera funktionen i include/services.h.
2) Deklarera funktionen i server/fncdef.txt. Lägg alltid nya funktioner
sist så att gamla klienter fortfarande fungerar.
...
...
@@ -50,22 +49,11 @@ F
5) Kompilera om servern med 'make' i server/.
6)
Skapa funktionsstubbar i kommunikationsdelen i filerna
6)
[utgår
]
libraries/client-support/services.c
libraries/client-support/input.c Om nya komplicerade datatyper.
libraries/client-support/input.h
libraries/client-support/output.c
libraries/client-support/output.h
7) [utgår]
7) Om du har nya datatyper skall funktioner fr att parsea/skriva
dom definieras i
libraries/client-support/isc-parse.c
libraries/client-support/isc-parse.h
libraries/client-support/isc-output.c
libraries/client-support/isc-output.h
8) Skapa libyskom.a med 'make ar' i isc-client/.
8) [utgår]
9) Implementera de nya kommandona i klienterna.
I protokoll B kommer det (om lacgen någonsin blir klart) att bli
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment