Ignore:
Timestamp:
Aug 15, 2011, 3:03:02 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/vtkvis/RpVtkRenderServer.cpp

    r2278 r2372  
    168168    g_fdOut = fileno(stdout);
    169169
     170    /* This synchronizes the client with the server, so that the client
     171     * doesn't start writing commands before the server is ready. It could
     172     * also be used to supply information about the server (version, memory
     173     * size, etc). */
     174    write(g_fdOut, "vtkvis  ", 8);
     175
    170176    g_renderer = new Renderer();
    171177    vtkSmartPointer<vtkUnsignedCharArray> imgData =
Note: See TracChangeset for help on using the changeset viewer.