Ignore:
Timestamp:
28/03/2008 22:59:28 (4 years ago)
Author:
chris
Message:

Allow configuration of the server port that the client will connect to
(bbackupd and bbackupquery).

Redesign ConfigurationVerify? to use classes instead of structs.

Use port 22011 instead of 2201 during tests, to reduce the chances of
conflicting with a running bbstored or other process.

Ignore autogen_* in svn:ignore everywhere instead of individual per-file
ignores.

Location:
box/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • box/trunk

    • Property svn:ignore
      •  

        old new  
        1111release 
        1212runtest.pl 
         13.hg 
  • box/trunk/bin/bbackupd

    • Property svn:ignore
      •  

        old new  
        11Makefile 
        22bbackupd-config 
         3autogen_* 
  • box/trunk/bin/bbackupd/BackupClientContext.h

    r1191 r2116  
    4242                TLSContext &rTLSContext,  
    4343                const std::string &rHostname, 
     44                int32_t Port, 
    4445                int32_t AccountNumber,  
    4546                bool ExtendedLogging, 
     
    202203        TLSContext &mrTLSContext; 
    203204        std::string mHostname; 
     205        int mPort; 
    204206        int32_t mAccountNumber; 
    205207        SocketStreamTLS *mpSocket; 
Note: See TracChangeset for help on using the changeset viewer.