* importPath() -> importPaths(). Because of buffering of the input
stream it's now necessary for the daemon to process the entire sequence of exported paths, rather than letting the client do it.
This commit is contained in:
		
							parent
							
								
									8d3dfa2c17
								
							
						
					
					
						commit
						273b288a7e
					
				
					 10 changed files with 75 additions and 57 deletions
				
			
		|  | @ -116,14 +116,14 @@ void writeInt(unsigned int n, Sink & sink); | |||
| void writeLongLong(unsigned long long n, Sink & sink); | ||||
| void writeString(const unsigned char * buf, size_t len, Sink & sink); | ||||
| void writeString(const string & s, Sink & sink); | ||||
| void writeStringSet(const StringSet & ss, Sink & sink); | ||||
| template<class T> void writeStrings(const T & ss, Sink & sink); | ||||
| 
 | ||||
| void readPadding(size_t len, Source & source); | ||||
| unsigned int readInt(Source & source); | ||||
| unsigned long long readLongLong(Source & source); | ||||
| size_t readString(unsigned char * buf, size_t max, Source & source); | ||||
| string readString(Source & source); | ||||
| StringSet readStringSet(Source & source); | ||||
| template<class T> T readStrings(Source & source); | ||||
| 
 | ||||
| 
 | ||||
| MakeError(SerialisationError, Error) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue