Complete.Org: Mailing Lists: Archives: freeciv-dev: May 1999:
[Freeciv-Dev] patch: sbuffer
Home

[Freeciv-Dev] patch: sbuffer

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] patch: sbuffer
From: David Pfitzner <dwp@xxxxxxxxxxxxxx>
Date: Tue, 4 May 1999 21:41:27 +1000 (EST)

The way the strbuffermalloc() stuff is implemented in the registry,
there is only one global strbuffer, which means you can only safely 
have one section_file (registry file) open at a time.

This patch removes that restriction, by turning the strbuffer
stuff into a new module "sbuffer", with multiple strbuffer
instances via "struct sbuffer".

-- David

Attachment: sbuffer1.diff.gz
Description: GNU Zip compressed data


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] patch: sbuffer, David Pfitzner <=